mirror of
https://github.com/neovim/neovim.git
synced 2025-12-28 00:54:49 +00:00
vim-patch:8.1.2020: it is not easy to change the window layout
Problem: It is not easy to change the window layout.
Solution: Add win_splitmove(). (Andy Massimino, closes vim/vim#4561)
d20dcb3d01
This commit is contained in:
@@ -392,6 +392,7 @@ return {
|
||||
win_id2tabwin={args=1},
|
||||
win_id2win={args=1},
|
||||
win_screenpos={args=1},
|
||||
win_splitmove={args={2, 3}},
|
||||
winbufnr={args=1},
|
||||
wincol={},
|
||||
windowsversion={},
|
||||
|
||||
Reference in New Issue
Block a user