Skip to content

Commit c05f0ea

Browse files
author
Thierry Volpiatto
committed
Fix actions according to last changes in helm.
* helm-ls-git.el (helm-ls-git-actions-list): Eval actions.
1 parent f0f0fce commit c05f0ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helm-ls-git.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ The color of matched items can be customized in your .gitconfig."
199199
(defun helm-ls-git-actions-list ()
200200
(let ((actions (helm-actions-from-type-file)))
201201
(helm-append-at-nth
202-
actions
202+
(helm-interpret-value actions nil 'ignorefn)
203203
(helm-make-actions "Git grep files (`C-u' only files with ext, `C-u C-u' all)"
204204
'helm-ls-git-grep
205205
"Gid" 'helm-ff-gid

0 commit comments

Comments
 (0)