Update docs with changed grep option.

Thanks @ErichDonGubler.

Closes #467.
This commit is contained in:
Andy Stewart
2018-02-16 10:52:24 +00:00
parent 213bd34bdf
commit ec6e1e484b

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'
let g:gitgutter_grep = 'grep'
<
TO TURN OFF VIM-GITGUTTER BY DEFAULT