mirror of
https://github.com/junegunn/vim-plug.git
synced 2025-12-07 01:24:27 +08:00
tests: trigger VimEnter for #112 test
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user