Vim update: call DeinUpdate if available (#559)

The project https://github.com/wsdjeg/dein-ui.vim provides a userfriendly alternative to the `call dein#upgrade` call of the dein plugin manager. If this command is available, we should run it
This commit is contained in:
Philipp Weißmann
2020-11-11 11:02:37 +01:00
committed by GitHub
parent bd6d5240ca
commit be16d1bbe7

View File

@@ -19,4 +19,9 @@ if exists(":PackerUpdate")
PackerSync
endif
if exists(":DeinUpdate")
echo "DeinUpdate"
DeinUpdate
endif
quitall