From 45f6521f8a5686977068545dfc114030aa5d598b Mon Sep 17 00:00:00 2001 From: Andy Stewart Date: Wed, 16 Dec 2015 11:52:28 +0000 Subject: [PATCH] Remove fish caveat because fish is supported. --- README.mkd | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.mkd b/README.mkd index 2e2076f..ce6103a 100644 --- a/README.mkd +++ b/README.mkd @@ -37,8 +37,6 @@ In the screenshot above you can see: Before installation, please check your Vim supports signs by running `:echo has('signs')`. `1` means you're all set; `0` means you need to install a Vim with signs support. If you're compiling Vim yourself you need the 'big' or 'huge' feature set. [MacVim][] supports signs. -Your vim `shell` option needs to point to a POSIX-compatible shell. For example if you use Fish, add `set shell=/bin/bash` to your vimrc. - If you don't have a preferred installation method, I recommend installing [pathogen.vim][pathogen], and then simply copy and paste: ```