diff 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
line wrap: on
line diff
--- a/src/proto/window.pro
+++ b/src/proto/window.pro
@@ -77,6 +77,7 @@ int tabline_height(void);
 int min_rows(void);
 int only_one_window(void);
 void check_lnums(int do_curwin);
+void check_lnums_nested(int do_curwin);
 void reset_lnums(void);
 void make_snapshot(int idx);
 void restore_snapshot(int idx, int close_curwin);