2020-06-28 08:33:40 +03:00
|
|
|
if exists(":NeoBundleUpdate")
|
2020-09-06 18:44:03 +02:00
|
|
|
echo "NeoBundle"
|
2020-06-28 08:33:40 +03:00
|
|
|
NeoBundleUpdate
|
|
|
|
|
endif
|
|
|
|
|
|
|
|
|
|
if exists(":PluginUpdate")
|
|
|
|
|
echo "Plugin"
|
|
|
|
|
PluginUpdate
|
|
|
|
|
endif
|
|
|
|
|
|
|
|
|
|
if exists(":PlugUpgrade")
|
|
|
|
|
echo "Plug"
|
|
|
|
|
PlugUpgrade
|
|
|
|
|
PlugUpdate
|
|
|
|
|
endif
|
2020-07-01 08:39:41 +03:00
|
|
|
|
2020-08-15 13:23:56 +03:00
|
|
|
if exists(":PackerUpdate")
|
|
|
|
|
echo "Packer"
|
|
|
|
|
PackerSync
|
|
|
|
|
endif
|
|
|
|
|
|
2020-11-11 11:02:37 +01:00
|
|
|
if exists(":DeinUpdate")
|
|
|
|
|
echo "DeinUpdate"
|
|
|
|
|
DeinUpdate
|
|
|
|
|
endif
|
|
|
|
|
|
2021-02-23 09:21:58 +01:00
|
|
|
if exists(":PaqUpdate")
|
|
|
|
|
echo "PaqUpdate"
|
|
|
|
|
PaqUpdate
|
|
|
|
|
endif
|
|
|
|
|
|
2020-08-15 13:23:56 +03:00
|
|
|
quitall
|