New neoterm terminal does not split at half of the current window
Closed this issue · 4 comments
stsewd commented
Steps to reproduce:
:Tnew
I believe this was after #218
My only settings are:
let g:neoterm_autoinsert = 1
let g:neoterm_default_mod = 'rightbelow'
stsewd commented
I suppose we can check if the value of neoterm_size
isn't empty here
Line 214 in 3974cf6
kassio commented
hiberabyss commented
@kassio have sent a PR to fix this.