diff --git a/src/steps/upgrade.vim b/src/steps/upgrade.vim index bd47d488..3c0d1dde 100644 --- a/src/steps/upgrade.vim +++ b/src/steps/upgrade.vim @@ -19,4 +19,9 @@ if exists(":PackerUpdate") PackerSync endif +if exists(":DeinUpdate") + echo "DeinUpdate" + DeinUpdate +endif + quitall