mirror of
https://github.com/airblade/vim-gitgutter.git
synced 2025-11-08 11:33:48 -05:00
Add note to check grep produces colourless output.
This commit is contained in:
@@ -310,6 +310,7 @@ Here are some things you can check:
|
|||||||
* Your Vim supports signs (`:echo has('signs')` should give `1`).
|
* Your Vim supports signs (`:echo has('signs')` should give `1`).
|
||||||
* Your file is being tracked by git and has unstaged, saved changes.
|
* Your file is being tracked by git and has unstaged, saved changes.
|
||||||
* If you use the Fish shell, or another non-POSIX shell, add `set shell=/bin/bash` to your `~/.vimrc`.
|
* If you use the Fish shell, or another non-POSIX shell, add `set shell=/bin/bash` to your `~/.vimrc`.
|
||||||
|
* Make sure your grep produces colourless output, e.g. with `export GREP_OPTIONS='--color=auto'`.
|
||||||
|
|
||||||
|
|
||||||
### Shameless Plug
|
### Shameless Plug
|
||||||
|
|||||||
Reference in New Issue
Block a user