liuchengxu / space-vim

:four_leaf_clover: Lean & mean spacemacs-ish Vim distribution
https://liuchengxu.github.io/space-vim/
MIT License
2.86k stars 256 forks source link

Fix the issue in install.sh #432

Closed c02y closed 5 years ago

c02y commented 5 years ago

Use msg instead of echo since echo won't print the color, using msg instead of echo also fixes the issue that it won't prompt for input for the 'read' line.

liuchengxu commented 5 years ago

Thanks.