comparison src/proto/window.pro @ 22470:f7471450243c v8.2.1783

patch 8.2.1783: try-catch test fails Commit: https://github.com/vim/vim/commit/bdf931c25b4fe78877106ca529baee7899d0f6a4 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Oct 1 22:37:40 2020 +0200 patch 8.2.1783: try-catch test fails Problem: Try-catch test fails. Solution: Don't call win_enter(), only call enterering_window().
author Bram Moolenaar <Bram@vim.org>
date Thu, 01 Oct 2020 22:45:05 +0200
parents 22583b9d4efd
children 80bd5de5dcab
comparison
equal deleted inserted replaced
22469:fd9b84013893 22470:f7471450243c
8 int win_valid_any_tab(win_T *win); 8 int win_valid_any_tab(win_T *win);
9 int win_count(void); 9 int win_count(void);
10 int make_windows(int count, int vertical); 10 int make_windows(int count, int vertical);
11 void win_move_after(win_T *win1, win_T *win2); 11 void win_move_after(win_T *win1, win_T *win2);
12 void win_equal(win_T *next_curwin, int current, int dir); 12 void win_equal(win_T *next_curwin, int current, int dir);
13 void entering_window(win_T *win);
13 void close_windows(buf_T *buf, int keep_curwin); 14 void close_windows(buf_T *buf, int keep_curwin);
14 int one_window(void); 15 int one_window(void);
15 int win_close(win_T *win, int free_buf); 16 int win_close(win_T *win, int free_buf);
16 void win_close_othertab(win_T *win, int free_buf, tabpage_T *tp); 17 void win_close_othertab(win_T *win, int free_buf, tabpage_T *tp);
17 void win_free_all(void); 18 void win_free_all(void);