comparison src/proto/window.pro @ 29438:87da4bab5aaa v9.0.0061

patch 9.0.0061: ml_get error with nested autocommand Commit: https://github.com/vim/vim/commit/5fa9f23a63651a8abdb074b4fc2ec9b1adc6b089 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jul 23 09:06:48 2022 +0100 patch 9.0.0061: ml_get error with nested autocommand Problem: ml_get error with nested autocommand. Solution: Also check line numbers for a nested autocommand. (closes https://github.com/vim/vim/issues/10761)
author Bram Moolenaar <Bram@vim.org>
date Sat, 23 Jul 2022 10:15:03 +0200
parents aa9720c76412
children f6d4c6a3b41c
comparison
equal deleted inserted replaced
29437:94d36e0949df 29438:87da4bab5aaa
75 void last_status(int morewin); 75 void last_status(int morewin);
76 int tabline_height(void); 76 int tabline_height(void);
77 int min_rows(void); 77 int min_rows(void);
78 int only_one_window(void); 78 int only_one_window(void);
79 void check_lnums(int do_curwin); 79 void check_lnums(int do_curwin);
80 void check_lnums_nested(int do_curwin);
80 void reset_lnums(void); 81 void reset_lnums(void);
81 void make_snapshot(int idx); 82 void make_snapshot(int idx);
82 void restore_snapshot(int idx, int close_curwin); 83 void restore_snapshot(int idx, int close_curwin);
83 int win_hasvertsplit(void); 84 int win_hasvertsplit(void);
84 int get_win_number(win_T *wp, win_T *first_win); 85 int get_win_number(win_T *wp, win_T *first_win);