README: adapt to Vundle interface change

"Bundle" is now "Plugin"

https://github.com/gmarik/Vundle.vim/blob/master/doc/vundle.txt#L345-L369
This commit is contained in:
Adam Monsen
2014-04-15 08:47:18 -07:00
parent a4347c57ea
commit 7908defa0c

View File

@@ -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