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
Describe the bug
Assume g:cmake_build_executor = 'term'. If I have set g:cmake_build_executor_split_mode = "sp" the window opens at the top of the the current window. If g:cmake_build_executor_split_mode = "vsp" then the window opens on the left.
To Reproduce
As described above. Using latest master and alacritty.
Expected behavior
I would expect the term mode to act like dispatch, job, etc., i.e. open at the bottom or the right depending on split_mode.
Desktop (please complete the following information):
OS: linux
Editor nvim
Version 0.10.0-dev
The text was updated successfully, but these errors were encountered:
Hi, sorry for long response.
I will try to reproduce, but now all works well on my configuration...
So before the support of vertical mode, did you have the same issue: the window opens at the top of the the current window ?
Describe the bug
Assume
g:cmake_build_executor = 'term'
. If I have setg:cmake_build_executor_split_mode = "sp"
the window opens at the top of the the current window. Ifg:cmake_build_executor_split_mode = "vsp"
then the window opens on the left.To Reproduce
As described above. Using latest master and
alacritty
.Expected behavior
I would expect the
term
mode to act likedispatch, job, etc
., i.e. open at the bottom or the right depending onsplit_mode
.Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: