We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6fab04 commit 885930dCopy full SHA for 885930d
test/regressions.vader
@@ -5,6 +5,10 @@ Execute (#112 On-demand loading should not suppress messages from ftplugin):
5
Plug '$PLUG_FIXTURES/ftplugin-msg', { 'for': 'c' }
6
call plug#end()
7
8
+ " Trigger VimEnter (simulate Vim being started), so that s:lod handles
9
+ " filetypeindent/filetypeplugin."
10
+ doautocmd VimEnter
11
+
12
redir => out
13
tabnew a.c
14
redir END
0 commit comments