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
I'm having an issue Similar to #27
When I run AsyncRun make i don't want to see the command string and timing result in the copen window. I am wanting to use :cnext and cprev to jump between errors but vim includes the following
|| [make]
|| [Finished in 2 seconds]
when I use those commands.
I tried AsyncRun -raw and the command string and timing result are still included. Is there anyway to disable echoing these? If not, is this a feature you would consider adding or accepting a pull request which adds it?
The text was updated successfully, but these errors were encountered:
Hello, thanks for the awesome plugin!
I'm having an issue Similar to #27
When I run
AsyncRun make
i don't want to see the command string and timing result in the copen window. I am wanting to use:cnext
andcprev
to jump between errors but vim includes the followingwhen I use those commands.
I tried
AsyncRun -raw
and the command string and timing result are still included. Is there anyway to disable echoing these? If not, is this a feature you would consider adding or accepting a pull request which adds it?The text was updated successfully, but these errors were encountered: