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
{{ message }}
This repository has been archived by the owner on Oct 1, 2020. It is now read-only.
If possible to parse JSON in vimscript (or via a wrapper script?) it would be better to call flow with --json and format errors appropriately within vim-flow. The CLI format is lossy compared to JSON, especially in the presence of traces, so we can probably parse it more accurately starting from JSON.
The text was updated successfully, but these errors were encountered:
My goal was to get nicer one-liner messages, since errorformat doesn't really work with multiple lines... is a node-script too heavyweight? At least In async neomake with shell spawning the performance is superb.
I really miss the autocomplete feature of this project (using deoplete right now), would be cool to merge efforts and get the best of both worlds.
If possible to parse JSON in vimscript (or via a wrapper script?) it would be better to call
flow
with--json
and format errors appropriately withinvim-flow
. The CLI format is lossy compared to JSON, especially in the presence of traces, so we can probably parse it more accurately starting from JSON.The text was updated successfully, but these errors were encountered: