1
0
forked from aniani/vim

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 #10761)
This commit is contained in:
Bram Moolenaar
2022-07-23 09:06:48 +01:00
parent b9e717367c
commit 5fa9f23a63
5 changed files with 57 additions and 10 deletions

View File

@@ -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);