ソースを参照

Force evaluation of &statusline before running installer

Close #228
Junegunn Choi 10 年 前
コミット
76ec644114
1 ファイル変更1 行追加0 行削除
  1. 1 0
      plug.vim

+ 1 - 0
plug.vim

@@ -764,6 +764,7 @@ function! s:update_impl(pull, force, args) abort
   call s:prepare()
   call append(0, ['', ''])
   normal! 2G
+  try | redraw | catch | endtry
 
   let s:clone_opt = get(g:, 'plug_shallow', 1) ?
         \ '--depth 1' . (s:git_version_requirement(1, 7, 10) ? ' --no-single-branch' : '') : ''