We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ddef42 commit 7a40585Copy full SHA for 7a40585
helm-mode.el
@@ -1543,6 +1543,8 @@ dynamically otherwise use `helm-completing-read-default-2'."
1543
helm--mode-line-display-prefarg pref-arg)
1544
(when pref-arg
1545
(setq helm-M-x--timer (run-at-time 1 0.1 #'helm-M-x--notify-prefix-arg))
1546
+ ;; Notify C-u entered before Hitting M-[xX].
1547
+ (setq helm-M-x-prefix-argument current-prefix-arg)
1548
(setq current-prefix-arg nil)
1549
(advice-add 'command-execute :around #'helm--advice-command-execute)
1550
;; Remove command-execute advice when execute-extended-command exit.
0 commit comments