Compare commits

..

2 Commits

Author SHA1 Message Date
pt
1b6500ffca Merge pull request 'forgot end if, modified message' (#1) from pt into master 2020-05-03 10:54:06 -04:00
fleetside
f637ee4145 forgot end if, modified message 2020-05-03 10:48:05 -04:00

View File

@ -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"