diff --git a/src/steps/upgrade.vim b/src/steps/upgrade.vim index 3eb89d54..881dea94 100644 --- a/src/steps/upgrade.vim +++ b/src/steps/upgrade.vim @@ -23,6 +23,11 @@ if exists(":PackerUpdate") PackerSync endif +if exists("*dein#update()") + echo "dein#update()" + call dein#update() +endif + if exists(":DeinUpdate") echo "DeinUpdate" DeinUpdate