diff --git a/common/install_vim_from_sources.sh b/common/install_vim_from_sources.sh index e229c746..17350b8e 100755 --- a/common/install_vim_from_sources.sh +++ b/common/install_vim_from_sources.sh @@ -21,7 +21,7 @@ if [[ -z $NO_COMPILE_VIM ]]; then cd vim set +e sudo make uninstall - sudo make clean + sudo make distclean ./configure --with-features=huge \ --enable-multibyte \ --enable-rubyinterp \