mirror of
https://github.com/airblade/vim-gitgutter.git
synced 2025-11-08 11:33:48 -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:
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user