youcompleteme is less annoying if you use -y now
This commit is contained in:
parent
992dcd6113
commit
49a7fbd840
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user