tests: trigger VimEnter for #112 test

This commit is contained in:
Daniel Hahler 2018-01-15 04:20:07 +01:00
parent 66e48daac3
commit a78b28a318

View File

@ -5,6 +5,10 @@ Execute (#112 On-demand loading should not suppress messages from ftplugin):
Plug '$PLUG_FIXTURES/ftplugin-msg', { 'for': 'c' } Plug '$PLUG_FIXTURES/ftplugin-msg', { 'for': 'c' }
call plug#end() call plug#end()
" Trigger VimEnter (simulate Vim being started), so that s:lod handles
" filetypeindent/filetypeplugin."
doautocmd VimEnter
redir => out redir => out
tabnew a.c tabnew a.c
redir END redir END