We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0f0fce commit c05f0eaCopy full SHA for c05f0ea
helm-ls-git.el
@@ -199,7 +199,7 @@ The color of matched items can be customized in your .gitconfig."
199
(defun helm-ls-git-actions-list ()
200
(let ((actions (helm-actions-from-type-file)))
201
(helm-append-at-nth
202
- actions
+ (helm-interpret-value actions nil 'ignorefn)
203
(helm-make-actions "Git grep files (`C-u' only files with ext, `C-u C-u' all)"
204
'helm-ls-git-grep
205
"Gid" 'helm-ff-gid
0 commit comments