Use plain grep instead of extended grep.

See #410.
This commit is contained in:
Andy Stewart
2017-04-03 13:23:50 +01:00
parent 1c034be0d3
commit 092369c19c
3 changed files with 5 additions and 5 deletions

View File

@@ -274,7 +274,7 @@ TO USE A CUSTOM GREP COMMAND
To use a custom invocation for grep, use this:
>
let g:gitgutter_grep_command = 'grep --color=never -e'
let g:gitgutter_grep_command = 'grep --color=never'
<
TO TURN OFF VIM-GITGUTTER BY DEFAULT