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:
@@ -19,4 +19,9 @@ if exists(":PackerUpdate")
|
||||
PackerSync
|
||||
endif
|
||||
|
||||
if exists(":DeinUpdate")
|
||||
echo "DeinUpdate"
|
||||
DeinUpdate
|
||||
endif
|
||||
|
||||
quitall
|
||||
|
||||
Reference in New Issue
Block a user