We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45119c4 commit 8f808e1Copy full SHA for 8f808e1
1 file changed
plug.vim
@@ -222,6 +222,7 @@ function! plug#end()
222
let s:need_filetypeplugin_au = 1
223
endif
224
if !empty(warn)
225
+ redraw
226
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)))
227
228
0 commit comments