comparison src/proto/evalwindow.pro @ 27047:b94cdb5ef20e v8.2.4052

patch 8.2.4052: not easy to resize a window from a plugin Commit: https://github.com/vim/vim/commit/ee63031b572eb7aea27be4c7e3dafba0daaf681b Author: Daniel Steinberg <dstein64@users.noreply.github.com> Date: Mon Jan 10 13:36:34 2022 +0000 patch 8.2.4052: not easy to resize a window from a plugin Problem: Not easy to resize a window from a plugin. Solution: Add win_move_separator() and win_move_statusline() functions. (Daniel Steinberg, closes #9486)
author Bram Moolenaar <Bram@vim.org>
date Mon, 10 Jan 2022 14:45:03 +0100
parents aa613a3084b9
children
comparison
equal deleted inserted replaced
27046:ffff3ab24c59 27047:b94cdb5ef20e
16 void f_win_findbuf(typval_T *argvars, typval_T *rettv); 16 void f_win_findbuf(typval_T *argvars, typval_T *rettv);
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_move_separator(typval_T *argvars, typval_T *rettv);
22 void f_win_move_statusline(typval_T *argvars, typval_T *rettv);
21 void f_win_screenpos(typval_T *argvars, typval_T *rettv); 23 void f_win_screenpos(typval_T *argvars, typval_T *rettv);
22 void f_win_splitmove(typval_T *argvars, typval_T *rettv); 24 void f_win_splitmove(typval_T *argvars, typval_T *rettv);
23 void f_win_gettype(typval_T *argvars, typval_T *rettv); 25 void f_win_gettype(typval_T *argvars, typval_T *rettv);
24 void f_getcmdwintype(typval_T *argvars, typval_T *rettv); 26 void f_getcmdwintype(typval_T *argvars, typval_T *rettv);
25 void f_winbufnr(typval_T *argvars, typval_T *rettv); 27 void f_winbufnr(typval_T *argvars, typval_T *rettv);