youcompleteme is less annoying if you use -y now
This commit is contained in:
parent
992dcd6113
commit
49a7fbd840
@ -1,8 +1,8 @@
|
|||||||
#!/bin/zsh
|
#!/bin/zsh
|
||||||
echo "Make sure this is in your .vimrc"
|
|
||||||
echo "Plug 'https://github.com/Valloric/YouCompleteMe'"
|
|
||||||
if [ ! "$1" = "-y" ]; then
|
if [ ! "$1" = "-y" ]; then
|
||||||
# They want to assume yes, require no user input
|
# 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..."
|
echo -n "Press enter to continue..."
|
||||||
read a
|
read a
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user