Merge pull request #209 from wyg1997/installer

Modify install files
This commit is contained in:
chxuan 2019-11-06 10:27:26 +08:00 committed by GitHub
commit a7398d011f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -398,7 +398,7 @@ function install_ycm()
cd ~/.vim/plugged/YouCompleteMe
read -p "Please choose to compile ycm with python2 or python3, if there is a problem with the current selection, please choose another one. [2/3] " version
if [ $version == "2" ]; then
if [[ $version == "2" ]]; then
echo "Compile ycm with python2."
python2.7 ./install.py --clang-completer
else