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
Since the commands like :RescriptBuild were removed, it would be very useful if this included support for Vim's built-in makeprg and errorformat features. I assume makeprg can just be npx rescript $*, but I'm not skilled enough at using errorformat to know what it needs to be.
The text was updated successfully, but these errors were encountered:
I'm not confident that it properly handles every error message though, and I've only tested it on ReScript 10. But in case anyone else wants to take a crack at it, this may be a starting point!
Since the commands like
:RescriptBuild
were removed, it would be very useful if this included support for Vim's built-inmakeprg
anderrorformat
features. I assumemakeprg
can just benpx rescript $*
, but I'm not skilled enough at usingerrorformat
to know what it needs to be.The text was updated successfully, but these errors were encountered: