From 333af86548b85b37718c1bdee86e96fd1e86bac9 Mon Sep 17 00:00:00 2001 From: Christoph Neuroth Date: Sat, 31 May 2014 09:42:09 +0200 Subject: Replace 'Bundle' with 'Plugin' in Vundle docs This reflects recent changes to Vundle: https://github.com/gmarik/Vundle.vim/commit/bf70a158c5db74b5c1415713976d41943788d0d1 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index ed0df45..10ba0f5 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,9 @@ To use the dark theme ensure `set background=dark` is present in your `~/.vimrc` Add `colorscheme base16-default` to your `~/.vimrc`. ### Vundle -Add the following to your `~/.vimrc` file and run `BundleInstall` in Vim. +Add the following to your `~/.vimrc` file and run `PluginInstall` in Vim. - Bundle 'chriskempson/base16-vim' + Plugin 'chriskempson/base16-vim' ### Pathogen -- cgit v1.2.3