youcompleteme is less annoying if you use -y now

This commit is contained in:
Austen Adler 2016-07-27 01:03:20 -04:00
parent 992dcd6113
commit 49a7fbd840
No known key found for this signature in database
GPG Key ID: 7ECEE590CCDFE3F1

View File

@ -1,8 +1,8 @@
#!/bin/zsh
echo "Make sure this is in your .vimrc"
echo "Plug 'https://github.com/Valloric/YouCompleteMe'"
if [ ! "$1" = "-y" ]; then
# They want to assume yes, require no user input
echo "Make sure this is in your .vimrc"
echo "Plug 'https://github.com/Valloric/YouCompleteMe'"
echo -n "Press enter to continue..."
read a
fi