Fix typo in the common script

This commit is contained in:
Cyryl Płotnicki 2016-11-01 18:38:14 +01:00 committed by GitHub
parent eead27ea4c
commit 6f6df6e32a

View file

@ -140,7 +140,7 @@ if [[ -z $NOVIM ]]; then
echo "\n" | vim +PluginInstall +qa
if [[ -z $NOYCM ]]; then
"Echo configuring YouCompleteMe"
echo "configuring YouCompleteMe"
cd ~/.vim/bundle/YouCompleteMe
if [[ -z $NOPYTHON3 ]]; then