(This probably applies to the :RescriptBuild command as well)
On format, the users quickfix list should not be wiped, since it can be a list of stuff unrelated to Rescript.
Currently, it is getting wiped here:
I think this should be achievable using quickfix IDs.
Thanks
(This probably applies to the
:RescriptBuildcommand as well)On format, the users quickfix list should not be wiped, since it can be a list of stuff unrelated to Rescript.
Currently, it is getting wiped here:
vim-rescript/autoload/rescript.vim
Line 164 in 08de541
I think this should be achievable using quickfix IDs.
Thanks