Fix bug preventing configurable off-by-default.

This commit is contained in:
Andy Stewart
2013-02-28 09:00:22 +01:00
parent e7247311f5
commit 8ed5c48b63
2 changed files with 9 additions and 9 deletions

View File

@@ -30,6 +30,8 @@ git clone git://github.com/airblade/vim-gitgutter.git
You don't have to do anything: it just works.
If you want vim-gitgutter off by default, add `let g:gitgutter_enabled = 0` to your `~/.vimrc`.
You can explicitly turn vim-gitgutter off and on:
* turn off with `:call DisableGitGutter()`