mirror of
https://github.com/junegunn/vim-plug.git
synced 2024-12-24 21:16:51 -07:00
tests: trigger VimEnter for #112 test
This commit is contained in:
parent
66e48daac3
commit
a78b28a318
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user