From 1f91ef24028c145a35b2036056ce4aa348f69ca9 Mon Sep 17 00:00:00 2001 From: Andy Stewart Date: Wed, 13 Mar 2013 09:54:11 +0100 Subject: [PATCH] Document required support for signs in Vim. --- README.mkd | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.mkd b/README.mkd index 88e45ac..4d4341d 100644 --- a/README.mkd +++ b/README.mkd @@ -18,6 +18,8 @@ In the screenshot above you can see: ### Installation +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. + If you don't have a preferred installation method, I recommend installing [pathogen.vim][pathogen], and then simply copy and paste: ``` @@ -199,3 +201,4 @@ Copyright Andrew Stewart, AirBlade Software Ltd. Released under the MIT licence [ggv]: https://github.com/akiomik/git-gutter-vim [togg]:https://github.com/gilligan/textobj-gitgutter [mercurial]: https://github.com/safetydank/vim-gitgutter + [macvim]: http://code.google.com/p/macvim/