Use a vim script to upgrade vim (#451)
This commit is contained in:
committed by
GitHub
parent
3b9d09c741
commit
5fb9b41771
16
src/steps/upgrade.vim
Normal file
16
src/steps/upgrade.vim
Normal file
@@ -0,0 +1,16 @@
|
||||
if exists(":NeoBundleUpdate")
|
||||
echo NeoBundle
|
||||
NeoBundleUpdate
|
||||
endif
|
||||
|
||||
if exists(":PluginUpdate")
|
||||
echo "Plugin"
|
||||
PluginUpdate
|
||||
endif
|
||||
|
||||
if exists(":PlugUpgrade")
|
||||
echo "Plug"
|
||||
PlugUpgrade
|
||||
PlugClean
|
||||
PlugUpdate
|
||||
endif
|
||||
Reference in New Issue
Block a user