Add note to check grep produces colourless output.

This commit is contained in:
Andy Stewart
2015-02-27 09:57:34 +00:00
parent 061258e044
commit f6d5b8297f

View File

@@ -310,6 +310,7 @@ Here are some things you can check:
* Your Vim supports signs (`:echo has('signs')` should give `1`).
* 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`.
* Make sure your grep produces colourless output, e.g. with `export GREP_OPTIONS='--color=auto'`.
### Shameless Plug