Skip to content

Commit

Permalink
redraw before s:warn
Browse files Browse the repository at this point in the history
  • Loading branch information
blueyed committed Jan 15, 2018
1 parent 45119c4 commit 8f808e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plug.vim
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ function! plug#end()
let s:need_filetypeplugin_au = 1
endif
if !empty(warn)
redraw
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)))
endif

Expand Down

0 comments on commit 8f808e1

Please sign in to comment.