From 494b7feafb8f1a68c62f603ebf744ccaf28664e1 Mon Sep 17 00:00:00 2001 From: Roey Darwish Dror Date: Wed, 1 Jul 2020 08:39:41 +0300 Subject: [PATCH] Add quitall to the end of the vim script #459 --- src/steps/upgrade.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/steps/upgrade.vim b/src/steps/upgrade.vim index 8256149a..d692a602 100644 --- a/src/steps/upgrade.vim +++ b/src/steps/upgrade.vim @@ -14,3 +14,5 @@ if exists(":PlugUpgrade") PlugClean PlugUpdate endif + +quitall \ No newline at end of file