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

@@ -735,6 +735,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
61,
/**/
60,
/**/