Skip to content

Commit

Permalink
Bug fixes for "git grep" issues dkprice#39 and dkprice#68.
Browse files Browse the repository at this point in the history
  • Loading branch information
nhuizing committed May 20, 2017
1 parent d0c36a7 commit 90b90b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin/EasyGrep.vim
Original file line number Diff line number Diff line change
Expand Up @@ -2427,11 +2427,11 @@ function! s:ConfigureGrepCommandParameters()
call s:RegisterGrepProgram("git", {
\ 'req_str_programargs': 'grep -n',
\ 'req_bool_supportsexclusions': '0',
\ 'req_str_recurse': '-R',
\ 'req_str_recurse': '',
\ 'req_str_caseignore': '-i',
\ 'req_str_casematch': '',
\ 'opt_str_patternprefix': '"',
\ 'opt_str_patternpostfix': '"',
\ 'opt_str_patternpostfix': '" --',
\ 'opt_str_wholewordprefix': '',
\ 'opt_str_wholewordpostfix': '',
\ 'opt_str_wholewordoption': '-w ',
Expand Down

0 comments on commit 90b90b2

Please sign in to comment.