mirror of
https://github.com/airblade/vim-gitgutter.git
synced 2025-11-08 11:33:48 -05:00
Not all versions of grep support the --color flag. This checks the output of grep --help when building the grep command and avoids using flags that aren't compatible with the version present. Fixes #234.