mirror of
https://github.com/airblade/vim-gitgutter.git
synced 2025-11-10 12:33:47 -05:00
Add note about Fish shell.
This commit is contained in:
@@ -245,6 +245,7 @@ Here are some things you can check:
|
|||||||
* Your git config is compatible with the version of git which your Vim is calling (`:echo system('git --version')`).
|
* Your git config is compatible with the version of git which your Vim is calling (`:echo system('git --version')`).
|
||||||
* 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, add `set shell=/bin/bash` to your `~/.vimrc`.
|
||||||
|
|
||||||
|
|
||||||
### Alternatives
|
### Alternatives
|
||||||
|
|||||||
Reference in New Issue
Block a user