mirror of
https://github.com/airblade/vim-gitgutter.git
synced 2025-11-08 19:43:47 -05:00
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:
@@ -43,10 +43,10 @@ git clone git://github.com/airblade/vim-gitgutter.git
|
|||||||
|
|
||||||
Or for [Vundle](https://github.com/gmarik/vundle) users:
|
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`
|
* either within Vim: `:PluginInstall`
|
||||||
* or in your shell: `vim +BundleInstall +qall`
|
* or in your shell: `vim +PluginInstall +qall`
|
||||||
|
|
||||||
|
|
||||||
### Usage
|
### Usage
|
||||||
|
|||||||
Reference in New Issue
Block a user