- Notifications
You must be signed in to change notification settings - Fork71
Open
Description
With Neovim v0.7.2 and tsuquyomimaster (8f6e246), ifsyntax on occurs beforefiletype plugin on invimrc/init.vim, an error occurs. To reproduce:
cat>vimrc<<'VIMRC'let &packpath = expand('<sfile>:p:h')syntax onfiletype plugin onVIMRCmkdir -p pack/foo/startgit -C pack/foo/start clone https://github.com/Quramy/tsuquyomi.gitnvim -u vimrc file.js
Which produces the following errors:
Error detected while processing /tmp/tmp.Tw69eTNqLR/pack/foo/start/tsuquyomi/ftplugin/javascript/tsuquyomi.vim:line 8:E121: Undefined variable: g:tsuquyomi_javascript_supportError detected while processing function vital#of:line 4:E605: Exception not caught: vital: version file not found: tsuquyomiE605: Exception not caught: vital: version file not found: tsuquyomiError detected while processing /tmp/tmp.Tw69eTNqLR/pack/foo/start/tsuquyomi/ftplugin/javascript/tsuquyomi.vim:line 12:E171: Missing :endifError detected while processing function <SNR>1_LoadFTPlugin:line 17:E170: Missing :endforError detected while processing /usr/share/nvim/runtime/syntax/syntax.vim:line 42:E171: Missing :endifI bisected the regression to13efb82 from#80
Thanks,
Kevin
Metadata
Metadata
Assignees
Labels
No labels