comparison src/proto/window.pro @ 13963:1174611ad715 v8.1.0000

Vim 8.1 release commit https://github.com/vim/vim/commit/b1c9198afb7ff902588b45fbe44f0760a9f48375 Author: Bram Moolenaar <Bram@vim.org> Date: Thu May 17 17:04:55 2018 +0200 Vim 8.1 release Update version number and information. Fix a couple of tests.
author Christian Brabandt <cb@256bit.org>
date Thu, 17 May 2018 17:15:08 +0200
parents e08ead1d269f
children be8fb2fd51fc
comparison
equal deleted inserted replaced
13962:cdda5c08011a 13963:1174611ad715
25 int win_new_tabpage(int after); 25 int win_new_tabpage(int after);
26 int may_open_tabpage(void); 26 int may_open_tabpage(void);
27 int make_tabpages(int maxcount); 27 int make_tabpages(int maxcount);
28 int valid_tabpage(tabpage_T *tpc); 28 int valid_tabpage(tabpage_T *tpc);
29 int valid_tabpage_win(tabpage_T *tpc); 29 int valid_tabpage_win(tabpage_T *tpc);
30 void close_tabpage(tabpage_T *tpc); 30 void close_tabpage(tabpage_T *tab);
31 tabpage_T *find_tabpage(int n); 31 tabpage_T *find_tabpage(int n);
32 int tabpage_index(tabpage_T *ftp); 32 int tabpage_index(tabpage_T *ftp);
33 void goto_tabpage(int n); 33 void goto_tabpage(int n);
34 void goto_tabpage_tp(tabpage_T *tp, int trigger_enter_autocmds, int trigger_leave_autocmds); 34 void goto_tabpage_tp(tabpage_T *tp, int trigger_enter_autocmds, int trigger_leave_autocmds);
35 void goto_tabpage_win(tabpage_T *tp, win_T *wp); 35 void goto_tabpage_win(tabpage_T *tp, win_T *wp);