Skip to content

Commit

Permalink
README: adapt to Vundle interface change
Browse files Browse the repository at this point in the history
  • Loading branch information
meonkeys committed Apr 15, 2014
1 parent a4347c5 commit 7908def
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.mkd
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ git clone git://github.com/airblade/vim-gitgutter.git

Or for [Vundle](https://github.com/gmarik/vundle) users:

Add `Bundle 'airblade/vim-gitgutter'` to your `~/.vimrc` and then:
Add `Plugin 'airblade/vim-gitgutter'` to your `~/.vimrc` and then:

* either within Vim: `:BundleInstall`
* or in your shell: `vim +BundleInstall +qall`
* either within Vim: `:PluginInstall`
* or in your shell: `vim +PluginInstall +qall`


### Usage
Expand Down

0 comments on commit 7908def

Please sign in to comment.