You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I read #16 and #19 about the output is not matched by errorformat, which is defined with a CompilerSet command. I open a new issue because I didn't find a solution and those issues are old.
In ftplugin/javascript.vim: autocmd BufWritePost <buffer> compiler javascript | Make %
In compiler/javascript.vim:
well, I can’t see any difference between the actual output and your expectation, except the first line (command string) and the last line (timing result), they are added by asyncrun, the remain content is emitted by your command.
I read #16 and #19 about the output is not matched by
errorformat
, which is defined with aCompilerSet
command. I open a new issue because I didn't find a solution and those issues are old.In
ftplugin/javascript.vim
:autocmd BufWritePost <buffer> compiler javascript | Make %
In
compiler/javascript.vim
:In
pack/my/start/z/plugin/asyncrun.vim
:And the result is the following one:
Instead of (using standard
make
)I tried
:compiler javascript
:set errorformat=%E%f:\ line\ %l\\,\ col\ %c\\,\ %m,%C%.%#
:Make %
With the same undesired results.
Any hint or is it the expected result?
Reference: https://github.com/albertosantini/vimfiles
The text was updated successfully, but these errors were encountered: