vim-patch:8.1.0307: there is no good way to get the window layout

Problem:    There is no good way to get the window layout.
Solution:   Add the winlayout() function. (Yegappan Lakshmanan)
0f6b4f06de
This commit is contained in:
Jan Edmund Lazo
2019-05-25 21:59:33 -04:00
parent 08aa9b0023
commit f60af8694b
5 changed files with 105 additions and 0 deletions

View File

@@ -352,6 +352,7 @@ return {
winbufnr={args=1},
wincol={},
winheight={args=1},
winlayout={args={0, 1}},
winline={},
winnr={args={0, 1}},
winrestcmd={},