From 1b5fe1bf9ca2cdc8c645cb1f17c013dfddfb27a5 Mon Sep 17 00:00:00 2001 From: Andy Stewart Date: Mon, 19 Aug 2013 15:25:57 +0200 Subject: [PATCH] Update help text. --- doc/gitgutter.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/gitgutter.txt b/doc/gitgutter.txt index 88fa2a2..bbbdd31 100644 --- a/doc/gitgutter.txt +++ b/doc/gitgutter.txt @@ -99,6 +99,7 @@ You can customise: - Whether or not vim-gitgutter is on initially (defaults to on) - Whether or not signs are shown (defaults to yes) - Whether or not line highlighting is on initially (defaults to off) +- Whether or not vim-gitgutter runs in realtime (defaults to yes) - Whether or not vim-gitgutter runs eagerly (defaults to yes) Please note that vim-gitgutter won't override any colours or highlights you've @@ -201,6 +202,13 @@ Add to your |vimrc| let g:gitgutter_highlight_lines = 1 < +TO STOP VIM-GITGUTTER RUNNING IN REALTIME + +Add to your |vimrc| +> + let g:gitgutter_realtime = 0 +< + TO STOP VIM-GITGUTTER RUNNING EAGERLY Add to your |vimrc|