From 60df1966dbd30177a855b6ed923ef32d2ddff3fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Fri, 6 Oct 2017 15:24:20 +0100 Subject: [PATCH] Clean vim config every rebuild (#137) --- common/install_vim_from_sources.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \