We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 294e7a1 commit 0de49e2Copy full SHA for 0de49e2
helm-command.el
@@ -331,8 +331,8 @@ Arg HISTORY default to `extended-command-history'."
331
:fuzzy-match helm-M-x-fuzzy-match)))
332
(prompt (concat (helm-acase helm-M-x-prefix-argument
333
(- "-")
334
- ((guard* (and (consp it) (car it)))
335
- (if (eq guard 4) "C-u " (format "%d " guard)))
+ ((dst* (l &rest args))
+ (if (eq l 4) "C-u " (format "%d " l)))
336
((guard* (integerp it)) (format "%d " it)))
337
"M-x ")))
338
(setq helm-M-x--timer (run-at-time 1 0.1 #'helm-M-x--notify-prefix-arg))
0 commit comments