Vim-go: Neovim go test vertical split regression from #2639

Created on 20 Feb 2020  路  1Comment  路  Source: fatih/vim-go

What did you do? (required: The issue will be closed when not provided)

Prior to https://github.com/fatih/vim-go/pull/2639 in neovim, vertical splits when running :GoTestFunc! where opened in an equally spaced split, now on master the new split takes up most of the available space, and it also throws and error.

Prior to #2639
image

master
image

I haven't had the time to dig in and look for the exact diff that introduced the change yet

relevant config

let g:go_term_enabled = 1
let g:go_term_mode='vsplit'
let g:go_term_close_on_exit = 0

bug neovim

Most helpful comment

Thank you for the report. I'll look into it soon.

>All comments

Thank you for the report. I'll look into it soon.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

SirmaXX picture SirmaXX  路  3Comments

groob picture groob  路  3Comments

johnzeng picture johnzeng  路  3Comments

orlangure picture orlangure  路  3Comments

cassiobotaro picture cassiobotaro  路  3Comments