From 7908defa0c13f49ce1af7fe32736037a3c9e7dd8 Mon Sep 17 00:00:00 2001 From: Adam Monsen Date: Tue, 15 Apr 2014 08:47:18 -0700 Subject: [PATCH] README: adapt to Vundle interface change "Bundle" is now "Plugin" https://github.com/gmarik/Vundle.vim/blob/master/doc/vundle.txt#L345-L369 --- README.mkd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.mkd b/README.mkd index 511793d..c15a361 100644 --- a/README.mkd +++ b/README.mkd @@ -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