Allow user to turn GitGutter off and on.

This commit is contained in:
Andy Stewart
2013-02-26 09:35:04 +01:00
parent e989037f84
commit 0c16f257d6
2 changed files with 22 additions and 1 deletions

View File

@@ -26,6 +26,13 @@ git clone git://github.com/airblade/vim-gitgutter.git
```
### Usage
You don't have to do anything: it just works.
You can turn vim-gitgutter off with `:call DisableGitGutter()` and on again with `:call EnableGitGutter()`. If you do this often I suggest adding mappings for these.
### FAQ
> The colours in the sign column are weird.