kassio/neoterm

New neoterm terminal does not split at half of the current window

Closed this issue · 4 comments

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'

I suppose we can check if the value of neoterm_size isn't empty here

exec('resize ' .g:neoterm_size)

@kassio have sent a PR to fix this.

This was fixed by #220