Skip to content

Commit 8f808e1

Browse files
committed
redraw before s:warn
1 parent 45119c4 commit 8f808e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plug.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ function! plug#end()
222222
let s:need_filetypeplugin_au = 1
223223
endif
224224
if !empty(warn)
225+
redraw
225226
call s:warn('echom', printf('[vim-plug] "filetype %s on" should not be used manually with vim-plug, please remove it from your vimrc.', join(warn)))
226227
endif
227228

0 commit comments

Comments
 (0)