This commit is contained in:
Daniel Hahler
2025-02-06 19:47:17 +08:00
committed by GitHub
3 changed files with 55 additions and 6 deletions

View File

@@ -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