You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was able to determine that this was introduced in 3974cf6.
Calling resize is assuming the mod is empty (or set to a horizontal split). Calling exec(l:mod . ' resize ' . g:neoterm_size) fixes it. I'll be opening a PR with that change.
frm
added a commit
to frm/neoterm
that referenced
this issue
Jun 17, 2019
You can see the problem here:
I try to have a vertical split, but it resizes neovim vertically as well. It's been like this for a while now.
My configs to reproduce:
I also tried adding the following, which didn't fix it:
If I set
g:neoterm_size
to70
it doesn't happen anymore.The text was updated successfully, but these errors were encountered: