We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c99ef31 commit 5b24aadCopy full SHA for 5b24aad
helm-grep.el
@@ -830,6 +830,7 @@ If N is positive go forward otherwise go backward."
830
(interactive)
831
(with-helm-window
832
(helm-goto-next-or-prec-file 1)))
833
+(put 'helm-goto-next-file 'helm-only t)
834
835
(helm-make-command-from-action helm-grep-run-default-action
836
"Run grep default action from `helm-do-grep-1'."
@@ -1040,10 +1041,12 @@ Special commands:
1040
1041
(defun helm-gm-next-file ()
1042
1043
(helm-goto-next-or-prec-file 1))
1044
+(put 'helm-gm-next-file 'helm-only t)
1045
1046
(defun helm-gm-precedent-file ()
1047
1048
(helm-goto-next-or-prec-file -1))
1049
+(put 'helm-gm-precedent-file 'helm-only t)
1050
1051
(defun helm-grep-mode-jump ()
1052
0 commit comments