comparison src/proto/window.pro @ 14587:d33220d3bc27 v8.1.0307

patch 8.1.0307: there is no good way to get the window layout commit https://github.com/vim/vim/commit/0f6b4f06dece71487a6d8546c50de775d9c8c287 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Aug 21 16:56:34 2018 +0200 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)
author Christian Brabandt <cb@256bit.org>
date Tue, 21 Aug 2018 17:00:06 +0200
parents be8fb2fd51fc
children 3e9b24eac417
comparison
equal deleted inserted replaced
14586:48e507fdb82a 14587:d33220d3bc27
92 int win_gotoid(typval_T *argvars); 92 int win_gotoid(typval_T *argvars);
93 void win_id2tabwin(typval_T *argvars, list_T *list); 93 void win_id2tabwin(typval_T *argvars, list_T *list);
94 win_T *win_id2wp(typval_T *argvars); 94 win_T *win_id2wp(typval_T *argvars);
95 int win_id2win(typval_T *argvars); 95 int win_id2win(typval_T *argvars);
96 void win_findbuf(typval_T *argvars, list_T *list); 96 void win_findbuf(typval_T *argvars, list_T *list);
97 void get_framelayout(frame_T *fr, list_T *l, int topframe);
97 /* vim: set ft=c : */ 98 /* vim: set ft=c : */