Skip to content

Commit

Permalink
Update help text.
Browse files Browse the repository at this point in the history
  • Loading branch information
airblade committed Aug 19, 2013
1 parent 6e1e1df commit 1b5fe1b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions doc/gitgutter.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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|
Expand Down

0 comments on commit 1b5fe1b

Please sign in to comment.