mattn / efm-langserver

General purpose Language Server
MIT License
1.32k stars 59 forks source link

feature: support %-G #272

Closed FelipeLema closed 4 months ago

FelipeLema commented 7 months ago

efm-langserver will report an invalid errorformat when trying to use %-G (per https://github.com/neomake/neomake/blob/master/autoload/neomake/makers/ft/rust.vim#L8-L10 )

mattn commented 4 months ago

Updated go.mod, then now %-G should be supported by errorformat.

mattn commented 4 months ago

If you still have an issue, please file new issue. Thank you.