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

refactor terminal handling #2209

Merged
merged 1 commit into from
Mar 31, 2019
Merged

refactor terminal handling #2209

merged 1 commit into from
Mar 31, 2019

Conversation

bhcleek
Copy link
Collaborator

@bhcleek bhcleek commented Mar 31, 2019

Use errorformat for GoRun error handling.

Remove go#util#FilterValids, because there are no remaining callers.

Add local variable prefix, l: to variables in autoload/go/term.vim.

Handle stdout correctly in autoload/go/term.vim, including stripping
unnecessary line endings that Neovim seems to add when the job is
attached to a terminal.

Use the usual functions for managing lists in autoload/go/term.vim
instead of having some one-offs.

Fixes #1260

Use errorformat for GoRun error handling.

Remove go#util#FilterValids, because there are no remaining callers.

Add local variable prefix, `l:` to variables in autoload/go/term.vim.

Handle stdout correctly in autoload/go/term.vim, including stripping
unnecessary line endings that Neovim seems to add when the job is
attached to a terminal.

Use the usual functions for managing lists in autoload/go/term.vim
instead of having some one-offs.

Fixes fatih#1260
@bhcleek bhcleek merged commit 44ceb11 into fatih:master Mar 31, 2019
@bhcleek bhcleek deleted the cleanup-term-mode branch March 31, 2019 18:22
bhcleek added a commit that referenced this pull request Mar 31, 2019
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.

Panics in :GoRun aren't shown correctly in Neovim
1 participant