Skip to content

Commit

Permalink
Clarify that plugin works with saved buffers.
Browse files Browse the repository at this point in the history
  • Loading branch information
airblade committed Apr 17, 2013
1 parent 1a13951 commit 01e7eb4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.mkd
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ Add `Bundle 'airblade/vim-gitgutter'` to your `~/.vimrc` and then:

You don't have to do anything: it just works.

Please note the plugin diffs your saved buffers, i.e. the files on disk. It produces the same result as running `git diff` on the command line. It won't see any unsaved changes to a buffer.

You can explicitly turn vim-gitgutter off and on (defaults to on):

* turn off with `:GitGutterDisable`
Expand Down

0 comments on commit 01e7eb4

Please sign in to comment.