Skip to content
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

cmd: make :GoRun async #3525

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

cmd: make :GoRun async #3525

wants to merge 1 commit into from

Commits on Feb 16, 2023

  1. cmd: make :GoRun async

    Make go#cmd#Run execute `go run` asynchronously. This will slightly
    depart from the previous handling of stderr output. With the :make
    approach, any output to stderr will populate the quickfix window. When
    run as a job, though, the output will only be parsed as an error if the
    program being run exits non-zero. See
    fatih#3085 (comment) for
    more information.
    bhcleek committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    492d423 View commit details
    Browse the repository at this point in the history