commit | 5fa9f23a63651a8abdb074b4fc2ec9b1adc6b089 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 23 09:06:48 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 23 09:06:48 2022 +0100 |
tree | ecfbc53cfa7bd322b2506a4b11909e234063272d | |
parent | b9e717367c395490149495cf375911b5d9de889e [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index b6e61f5..46d9643 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 61, +/**/ 60, /**/ 59,