From 2042ad476d67a506d2521f0f63f5348cf11d4215 Mon Sep 17 00:00:00 2001 From: Adam Monsen Date: Tue, 15 Apr 2014 08:47:51 -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.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3850951..7dca6c0 100644 --- a/README.md +++ b/README.md @@ -29,10 +29,10 @@ This assumes you are using [Vundle](https://github.com/gmarik/Vundle.vim). Adapt for your plugin manager of choice. Put this into your `.vimrc`. " Track the engine. - Bundle 'SirVer/ultisnips' + Plugin 'SirVer/ultisnips' " Snippets are separated from the engine. Add this if you want them: - Bundle 'honza/vim-snippets' + Plugin 'honza/vim-snippets' " Trigger configuration. Do not use if you use https://github.com/Valloric/YouCompleteMe. let g:UltiSnipsExpandTrigger=""