Skip to content

Commit 5b24aad

Browse files
Add missing helm-only in helm-grep
1 parent c99ef31 commit 5b24aad

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

helm-grep.el

+3
Original file line numberDiff line numberDiff line change
@@ -830,6 +830,7 @@ If N is positive go forward otherwise go backward."
830830
(interactive)
831831
(with-helm-window
832832
(helm-goto-next-or-prec-file 1)))
833+
(put 'helm-goto-next-file 'helm-only t)
833834

834835
(helm-make-command-from-action helm-grep-run-default-action
835836
"Run grep default action from `helm-do-grep-1'."
@@ -1040,10 +1041,12 @@ Special commands:
10401041
(defun helm-gm-next-file ()
10411042
(interactive)
10421043
(helm-goto-next-or-prec-file 1))
1044+
(put 'helm-gm-next-file 'helm-only t)
10431045

10441046
(defun helm-gm-precedent-file ()
10451047
(interactive)
10461048
(helm-goto-next-or-prec-file -1))
1049+
(put 'helm-gm-precedent-file 'helm-only t)
10471050

10481051
(defun helm-grep-mode-jump ()
10491052
(interactive)

0 commit comments

Comments
 (0)