-
Notifications
You must be signed in to change notification settings - Fork 395
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
E40: can't open errorfile with build_dir #768
Comments
Thanks, I've reproduced this. I'll try to fix it asap. |
I think it should be fixed now. This should also fix the same problem for the Vim jobs backend. |
Works great, thanks! I'm really liking the change to the new jobs back-end so far. |
Thanks! I don't think it should have that much of an impact as long as the processes are run in the background, but perhaps it feels slightly more robust and snappy? On the code side, I think it makes things simpler and better, which is important. |
If I understand correctly, prior to using job_start there was no way to receive a callback in background+non-continuous compile mode. So, for me the new way is an improvement. |
True! :) |
Explain the issue
After the switch to the new jobs backend, in non-continuous mode, the
build_dir
is not handled correctly when settingerrorfile
(cfile
/cgetfile
) to populate the quickfix.Pressing
\ll
givesE40: can't open errorfile test.log
, although the build works.\le
works correctly.Minimal working example
Minimal vimrc file
The text was updated successfully, but these errors were encountered: