comparison src/proto/evalwindow.pro @ 19398:f0033a10b613 v8.2.0257

patch 8.2.0257: cannot recognize a terminal in a popup window Commit: https://github.com/vim/vim/commit/00f3b4e007af07870168bf044cecc9d544483953 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Feb 14 14:32:22 2020 +0100 patch 8.2.0257: cannot recognize a terminal in a popup window Problem: Cannot recognize a terminal in a popup window. Solution: Add the win_gettype() function.
author Bram Moolenaar <Bram@vim.org>
date Fri, 14 Feb 2020 14:45:04 +0100
parents a9f1656f13c9
children aa613a3084b9
comparison
equal deleted inserted replaced
19397:826264ce48ff 19398:f0033a10b613
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_win_splitmove(typval_T *argvars, typval_T *rettv);
23 void f_win_gettype(typval_T *argvars, typval_T *rettv);
24 void f_getcmdwintype(typval_T *argvars, typval_T *rettv);
23 void f_winbufnr(typval_T *argvars, typval_T *rettv); 25 void f_winbufnr(typval_T *argvars, typval_T *rettv);
24 void f_wincol(typval_T *argvars, typval_T *rettv); 26 void f_wincol(typval_T *argvars, typval_T *rettv);
25 void f_winheight(typval_T *argvars, typval_T *rettv); 27 void f_winheight(typval_T *argvars, typval_T *rettv);
26 void f_winlayout(typval_T *argvars, typval_T *rettv); 28 void f_winlayout(typval_T *argvars, typval_T *rettv);
27 void f_winline(typval_T *argvars, typval_T *rettv); 29 void f_winline(typval_T *argvars, typval_T *rettv);