From 75591de010f22b6d7b33c7fede673011425fc5c7 Mon Sep 17 00:00:00 2001 From: Dict Xiong Date: Sun, 28 Aug 2022 16:44:11 +0800 Subject: [PATCH] debug --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 6fd2a94..a2fe889 100755 --- a/install.sh +++ b/install.sh @@ -108,7 +108,7 @@ install_vim_vundle(){ fmt_note "installing vim vundle ..." git clone https://gitee.com/dictxiong/Vundle.vim "$VIM_VUNDLE" fmt_note "initializing vim plugins ..." - if [[ -z "$DFS_NO_COMPLIE" ]]; then + if [[ -z "$DFS_NO_COMPILE" ]]; then vim +PluginInstall +qall fi fi