comparison src/proto/evalwindow.pro @ 18049:a9f1656f13c9 v8.1.2020

patch 8.1.2020: it is not easy to change the window layout Commit: https://github.com/vim/vim/commit/d20dcb3d011da6111153109f6e46fbd5c7fe9fb6 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Sep 10 21:22:58 2019 +0200 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 https://github.com/vim/vim/issues/4561)
author Bram Moolenaar <Bram@vim.org>
date Tue, 10 Sep 2019 21:30:05 +0200
parents cf8e0c7e0cb9
children f0033a10b613
comparison
equal deleted inserted replaced
18048:ceafe0986ad7 18049:a9f1656f13c9
17 void f_win_getid(typval_T *argvars, typval_T *rettv); 17 void f_win_getid(typval_T *argvars, typval_T *rettv);
18 void f_win_gotoid(typval_T *argvars, typval_T *rettv); 18 void f_win_gotoid(typval_T *argvars, typval_T *rettv);
19 void f_win_id2tabwin(typval_T *argvars, typval_T *rettv); 19 void f_win_id2tabwin(typval_T *argvars, typval_T *rettv);
20 void f_win_id2win(typval_T *argvars, typval_T *rettv); 20 void f_win_id2win(typval_T *argvars, typval_T *rettv);
21 void f_win_screenpos(typval_T *argvars, typval_T *rettv); 21 void f_win_screenpos(typval_T *argvars, typval_T *rettv);
22 void f_win_splitmove(typval_T *argvars, typval_T *rettv);
22 void f_winbufnr(typval_T *argvars, typval_T *rettv); 23 void f_winbufnr(typval_T *argvars, typval_T *rettv);
23 void f_wincol(typval_T *argvars, typval_T *rettv); 24 void f_wincol(typval_T *argvars, typval_T *rettv);
24 void f_winheight(typval_T *argvars, typval_T *rettv); 25 void f_winheight(typval_T *argvars, typval_T *rettv);
25 void f_winlayout(typval_T *argvars, typval_T *rettv); 26 void f_winlayout(typval_T *argvars, typval_T *rettv);
26 void f_winline(typval_T *argvars, typval_T *rettv); 27 void f_winline(typval_T *argvars, typval_T *rettv);