Skip to content

Commit

Permalink
tests: trigger VimEnter for #112 test
Browse files Browse the repository at this point in the history
  • Loading branch information
blueyed committed Jan 15, 2018
1 parent b6fab04 commit 885930d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/regressions.vader
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 885930d

Please sign in to comment.