From f637ee41457a8eef80fbd094a0651789dd5c8090 Mon Sep 17 00:00:00 2001 From: fleetside Date: Sun, 3 May 2020 10:48:05 -0400 Subject: [PATCH] forgot end if, modified message --- setup.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index fb3ee8e..c2465e1 100755 --- a/setup.sh +++ b/setup.sh @@ -43,4 +43,5 @@ then * ) echo "Please answer yes or no.";; esac done -echo "you may need to run vim and execute :PluginInstall to sync packages with the new .vimrc" +fi +echo "you may need to run vim and execute :PluginInstall to sync packages with the new .vimrc, or \"vim +PluginInstall +qall\" from the command line"