mirror of
https://github.com/junegunn/vim-plug.git
synced 2024-12-24 04:56:33 -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' }
|
||||
call plug#end()
|
||||
|
||||
" Trigger VimEnter (simulate Vim being started), so that s:lod handles
|
||||
" filetypeindent/filetypeplugin."
|
||||
doautocmd VimEnter
|
||||
|
||||
redir => out
|
||||
tabnew a.c
|
||||
redir END
|
||||
|
Loading…
Reference in New Issue
Block a user