Open jrwrigh opened 3 years ago
Thanks @jrwrigh for logging the issue!
I suspect these are related to some of the quickfix errors in #3332 . That's an interesting observations about the make
command being superceded.
I'd be curious what the delta is from the output of the env
command in the Onivim2 terminal vs normal terminal - might be a clue there why the command is being overridden.
Below is a diff
of the output of env
from the onivim2 terminal (onivim2ENV
) and my normal terminal session (termENV
).
$PATH
did not actually change value, which I find interesting (as that's exactly where I'd expect the issue to be).
Two primary issues in trying to use
make
with onivim2:Using built-in
:make
There's not evidence to the user that this does anything. No error messages, nor confirmation that it is/isn't running, or that it has completely succesfully.Using
make
from the terminal Results in an Makefile error... coming from onivim 2. Running withmake -n
(verbose) shows that where it should be runningmake
, it's not runningonivim2
:In normal terminal:
In onivim2 terminal:
I have a feeling that the first issue is being caused by the second, but with the side-effect that it isn't relaying the fact that
make
returns an error.Version:
onivim2: Onivim 2 (0.5.9-nightly) OS: (Linux) Manjaro