diff --git a/install.sh b/install.sh index 0e24c53..4508264 100755 --- a/install.sh +++ b/install.sh @@ -491,7 +491,7 @@ function main() type=`get_platform_type` echo "Platform type: "${type} - if [ ${type} == "Darwin" ]; then + if [ ${type} == "Darwin" ]; then install_vimplus_on_mac elif [ ${type} == "Linux" ]; then install_vimplus_on_linux