From 0f245f1fb07bdc2e8e050170db673ba214f93e81 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Sat, 19 Mar 2016 22:10:05 +0100 Subject: update Vundle and readme to reflect latest instructions --- bundle/Vundle.vim/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'bundle') diff --git a/bundle/Vundle.vim/README.md b/bundle/Vundle.vim/README.md index defb752..27adba2 100644 --- a/bundle/Vundle.vim/README.md +++ b/bundle/Vundle.vim/README.md @@ -70,8 +70,9 @@ " The sparkup vim script is in a subdirectory of this repo called vim. " Pass the path to set the runtimepath properly. Plugin 'rstacruz/sparkup', {'rtp': 'vim/'} - " Avoid a name conflict with L9 - Plugin 'user/L9', {'name': 'newL9'} + " Install L9 and avoid a Naming conflict if you've already installed a + " different version somewhere else. + Plugin 'ascenator/L9', {'name': 'newL9'} " All of your Plugins must be added before the following line call vundle#end() " required -- cgit v1.2.3