mirror of
https://github.com/airblade/vim-gitgutter.git
synced 2025-11-13 05:43:53 -05:00
Clean up exposure of the grep command
This change breaks up the determining of the user's grep command, and
the arguments it sends it.
Configuration is now:
let g:gitgutter_grep_command = 'grep --color=never -e'
This makes it easier for users to configure now, though not quite as
flexible.
This commit is contained in:
@@ -217,7 +217,7 @@ TO ESCAPE GREP
|
||||
|
||||
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 -e'
|
||||
<
|
||||
|
||||
To avoid any alias you have for grep, use this:
|
||||
|
||||
Reference in New Issue
Block a user