Do not use --color=never flag for grep.

See #410.
This commit is contained in:
Andy Stewart
2017-04-03 13:30:23 +01:00
parent 092369c19c
commit 9ecce5a269
3 changed files with 4 additions and 4 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'
let g:gitgutter_grep_command = 'grep'
<
TO TURN OFF VIM-GITGUTTER BY DEFAULT