Closed
Description
I'm opening this issue just to get some visibility of people that are both Rust user and VimL-versed.
Let's say you have project a
with a/b
subcrate.
If you cd a/b
and vim
, neomake stops working well, because rustc
still displays error paths as b/src/lib.rs
(relative to workspace root) while neomake/Vim would like them to be relative to current dir, so just src/lib/rs
.
All it takes to fix (I think) is fixing the path somewhere here: https://github.com/neomake/neomake/blob/master/autoload/neomake/makers/ft/rust.vim#L136 by stripping the prefix.
But it's currently beyond me, how to do it right, and I don't have time to dedicate to figure it out.
Please, someone take a look. :)
Metadata
Metadata
Assignees
Labels
No labels