comparison src/proto/window.pro @ 8536:09041d2fd7d0 v7.4.1558

commit https://github.com/vim/vim/commit/9cdf86b86f5fdb5a45b682f336846f9d9a9c6f1f Author: Bram Moolenaar <Bram@vim.org> Date: Sun Mar 13 19:04:51 2016 +0100 patch 7.4.1558 Problem: It is not easy to find out what windows display a buffer. Solution: Add win_findbuf().
author Christian Brabandt <cb@256bit.org>
date Sun, 13 Mar 2016 19:15:05 +0100
parents 485d4d8a97f6
children 69ed2c9d34a6
comparison
equal deleted inserted replaced
8535:6ec2cb295acd 8536:09041d2fd7d0
85 int get_tab_number(tabpage_T *tp); 85 int get_tab_number(tabpage_T *tp);
86 int win_getid(typval_T *argvars); 86 int win_getid(typval_T *argvars);
87 int win_gotoid(typval_T *argvars); 87 int win_gotoid(typval_T *argvars);
88 void win_id2tabwin(typval_T *argvars, list_T *list); 88 void win_id2tabwin(typval_T *argvars, list_T *list);
89 int win_id2win(typval_T *argvars); 89 int win_id2win(typval_T *argvars);
90 void win_findbuf(typval_T *argvars, list_T *list);
90 /* vim: set ft=c : */ 91 /* vim: set ft=c : */