comparison src/proto/window.pro @ 21703:22583b9d4efd v8.2.1401

patch 8.2.1401: cannot jump to the last used tabpage Commit: https://github.com/vim/vim/commit/62a232506d06f6d1b3b7271801c907d6294dfe84 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Aug 9 14:04:42 2020 +0200 patch 8.2.1401: cannot jump to the last used tabpage Problem: Cannot jump to the last used tabpage. Solution: Add g<Tab> and tabpagnr('#'). (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/6661, neovim #11626)
author Bram Moolenaar <Bram@vim.org>
date Sun, 09 Aug 2020 14:15:04 +0200
parents cf8e0c7e0cb9
children f7471450243c
comparison
equal deleted inserted replaced
21702:b63fb341c0da 21703:22583b9d4efd
30 void close_tabpage(tabpage_T *tab); 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 int goto_tabpage_lastused(void);
35 void goto_tabpage_win(tabpage_T *tp, win_T *wp); 36 void goto_tabpage_win(tabpage_T *tp, win_T *wp);
36 void tabpage_move(int nr); 37 void tabpage_move(int nr);
37 void win_goto(win_T *wp); 38 void win_goto(win_T *wp);
38 win_T *win_find_nr(int winnr); 39 win_T *win_find_nr(int winnr);
39 tabpage_T *win_find_tabpage(win_T *win); 40 tabpage_T *win_find_tabpage(win_T *win);