Merge pull request #795 from kirkins/patch-1
Removes example script lines which breaks install
This commit is contained in:
commit
1f4393ceb1
@ -62,7 +62,7 @@
|
|||||||
" plugin on GitHub repo
|
" plugin on GitHub repo
|
||||||
Plugin 'tpope/vim-fugitive'
|
Plugin 'tpope/vim-fugitive'
|
||||||
" plugin from http://vim-scripts.org/vim/scripts.html
|
" plugin from http://vim-scripts.org/vim/scripts.html
|
||||||
Plugin 'L9'
|
" Plugin 'L9'
|
||||||
" Git plugin not hosted on GitHub
|
" Git plugin not hosted on GitHub
|
||||||
Plugin 'git://git.wincent.com/command-t.git'
|
Plugin 'git://git.wincent.com/command-t.git'
|
||||||
" git repos on your local machine (i.e. when working on your own plugin)
|
" git repos on your local machine (i.e. when working on your own plugin)
|
||||||
@ -72,7 +72,7 @@
|
|||||||
Plugin 'rstacruz/sparkup', {'rtp': 'vim/'}
|
Plugin 'rstacruz/sparkup', {'rtp': 'vim/'}
|
||||||
" Install L9 and avoid a Naming conflict if you've already installed a
|
" Install L9 and avoid a Naming conflict if you've already installed a
|
||||||
" different version somewhere else.
|
" different version somewhere else.
|
||||||
Plugin 'ascenator/L9', {'name': 'newL9'}
|
" Plugin 'ascenator/L9', {'name': 'newL9'}
|
||||||
|
|
||||||
" All of your Plugins must be added before the following line
|
" All of your Plugins must be added before the following line
|
||||||
call vundle#end() " required
|
call vundle#end() " required
|
||||||
|
Loading…
Reference in New Issue
Block a user