Skip to content

Commit

Permalink
Fix grep tag in action.
Browse files Browse the repository at this point in the history
  • Loading branch information
thierryvolpiatto committed Nov 25, 2014
1 parent 20e0d7c commit e6311e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm-ls-git.el
Expand Up @@ -167,7 +167,7 @@ Valid values are symbol 'abs (default) or 'relative."
(let ((actions (helm-actions-from-type-file)))
(helm-append-at-nth
actions
(helm-make-actions "Git grep files (`C-u' only, `C-u C-u' all)"
(helm-make-actions "Git grep files (`C-u' only files with ext, `C-u C-u' all)"
'helm-ls-git-grep
"Search in Git log (C-u show patch)"
'helm-ls-git-search-log)
Expand Down

0 comments on commit e6311e6

Please sign in to comment.