Disable realtime updates when Vim older than 7.3.105.

This commit is contained in:
Andy Stewart
2014-02-14 12:59:39 +00:00
parent f7368e042f
commit f291db08c7
2 changed files with 8 additions and 0 deletions

View File

@@ -135,6 +135,8 @@ let g:gitgutter_realtime = 0
let g:gitgutter_eager = 0
```
Note the realtime updating requires Vim 7.3.105 or higher.
### Customisation