comparison src/proto/window.pro @ 17670:1be29c149103 v8.1.1832

patch 8.1.1832: win_execute() does not work in other tab commit https://github.com/vim/vim/commit/820680b9ff1de8699156c7b060f97e5c0b87ad15 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Aug 9 14:56:22 2019 +0200 patch 8.1.1832: win_execute() does not work in other tab Problem: Win_execute() does not work in other tab. (Rick Howe) Solution: Take care of the tab. (closes https://github.com/vim/vim/issues/4792)
author Bram Moolenaar <Bram@vim.org>
date Fri, 09 Aug 2019 15:00:05 +0200
parents dfd87ef822aa
children 0f7ae8010787
comparison
equal deleted inserted replaced
17669:89ab05784a7e 17670:1be29c149103
88 int get_tab_number(tabpage_T *tp); 88 int get_tab_number(tabpage_T *tp);
89 int win_getid(typval_T *argvars); 89 int win_getid(typval_T *argvars);
90 int win_gotoid(typval_T *argvars); 90 int win_gotoid(typval_T *argvars);
91 void win_id2tabwin(typval_T *argvars, list_T *list); 91 void win_id2tabwin(typval_T *argvars, list_T *list);
92 win_T *win_id2wp(int id); 92 win_T *win_id2wp(int id);
93 win_T *win_id2wp_tp(int id, tabpage_T **tpp);
93 int win_id2win(typval_T *argvars); 94 int win_id2win(typval_T *argvars);
94 void win_findbuf(typval_T *argvars, list_T *list); 95 void win_findbuf(typval_T *argvars, list_T *list);
95 void get_framelayout(frame_T *fr, list_T *l, int outer); 96 void get_framelayout(frame_T *fr, list_T *l, int outer);
96 /* vim: set ft=c : */ 97 /* vim: set ft=c : */