From beb20d39249bfea21da68bdd6066c3b7770d4a99 Mon Sep 17 00:00:00 2001 From: Andy Stewart Date: Mon, 17 Aug 2015 09:46:44 +0200 Subject: [PATCH] Add note about fish shell. --- README.mkd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.mkd b/README.mkd index 5d50635..ce83ed0 100644 --- a/README.mkd +++ b/README.mkd @@ -13,6 +13,7 @@ Features: * Can be toggled on/off. * Preserves signs from other plugins. * Easy to integrate diff stats into status line; built-in integration with [vim-airline](https://github.com/bling/vim-airline/). +* Works with fish shell (in addition to the usual shells). Constraints: @@ -304,7 +305,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 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`. +* If you use a non-POSIX shell, add `set shell=/bin/bash` to your `~/.vimrc`. ### Shameless Plug