comparison src/proto/window.pro @ 8534:485d4d8a97f6 v7.4.1557

commit https://github.com/vim/vim/commit/86edef664efccbfe685906c854b9cdd04e56f2d5 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Mar 13 18:07:30 2016 +0100 patch 7.4.1557 Problem: Windows cannot be identified. Solution: Add a unique window number to each window and functions to use it.
author Christian Brabandt <cb@256bit.org>
date Sun, 13 Mar 2016 18:15:05 +0100
parents 21b0a39d13ed
children 09041d2fd7d0
comparison
equal deleted inserted replaced
8533:12c443cb2f05 8534:485d4d8a97f6
81 int match_delete(win_T *wp, int id, int perr); 81 int match_delete(win_T *wp, int id, int perr);
82 void clear_matches(win_T *wp); 82 void clear_matches(win_T *wp);
83 matchitem_T *get_match(win_T *wp, int id); 83 matchitem_T *get_match(win_T *wp, int id);
84 int get_win_number(win_T *wp, win_T *first_win); 84 int get_win_number(win_T *wp, win_T *first_win);
85 int get_tab_number(tabpage_T *tp); 85 int get_tab_number(tabpage_T *tp);
86 int win_getid(typval_T *argvars);
87 int win_gotoid(typval_T *argvars);
88 void win_id2tabwin(typval_T *argvars, list_T *list);
89 int win_id2win(typval_T *argvars);
86 /* vim: set ft=c : */ 90 /* vim: set ft=c : */