forgot end if, modified message

This commit is contained in:
fleetside 2020-05-03 10:48:05 -04:00
parent acf538c5e9
commit f637ee4145

View File

@ -43,4 +43,5 @@ then
* ) echo "Please answer yes or no.";; * ) echo "Please answer yes or no.";;
esac esac
done 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"