]> granicus.if.org Git - vim/commit
patch 8.1.0307: there is no good way to get the window layout v8.1.0307
authorBram Moolenaar <Bram@vim.org>
Tue, 21 Aug 2018 14:56:34 +0000 (16:56 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 21 Aug 2018 14:56:34 +0000 (16:56 +0200)
commit0f6b4f06dece71487a6d8546c50de775d9c8c287
tree4801fcd4f84a5de0bcf7ba0d0dff832a8a192746
parentda6e8919e75fa8f961d1b805e877c8a92e76dafb
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)
runtime/doc/eval.txt
src/evalfunc.c
src/proto/window.pro
src/testdir/test_window_id.vim
src/version.c
src/window.c