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

Allow GoRun to accept file arguments in neovim #730

Merged
merged 1 commit into from
Feb 24, 2016
Merged

Allow GoRun to accept file arguments in neovim #730

merged 1 commit into from
Feb 24, 2016

Conversation

nhooyr
Copy link
Contributor

@nhooyr nhooyr commented Feb 17, 2016

For some reason, we forgot about this feature in neovim. In vim you can
run :GoRun main.go so that other files in the same directory do not
interfere. E.g. if I have the main function defined in another file, a
bunch of random c files etc.

For some reason, we forgot about this feature in neovim. In vim you can
run `:GoRun main.go` so that other files in the same directory do not
interfere. E.g. if I have the main function defined in another file, a
bunch of random c files etc.
fatih added a commit that referenced this pull request Feb 24, 2016
Allow GoRun to accept file arguments in neovim
@fatih fatih merged commit 411ec39 into fatih:master Feb 24, 2016
@fatih
Copy link
Owner

fatih commented Feb 24, 2016

Thanks @nhooyr 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants