Fix some minor Vim issues (#518)

This commit is contained in:
FallenWarrior2k
2020-09-06 18:44:03 +02:00
committed by GitHub
parent dd61835332
commit 7910866985
2 changed files with 7 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
if exists(":NeoBundleUpdate")
echo NeoBundle
echo "NeoBundle"
NeoBundleUpdate
endif
@@ -11,7 +11,6 @@ endif
if exists(":PlugUpgrade")
echo "Plug"
PlugUpgrade
PlugClean
PlugUpdate
endif