commit | e97976baa7a74fbbe0cfecd1943fe1c5f9dfba4f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 01 13:17:17 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 01 13:17:17 2021 +0200 |
tree | ab5dd99bb09aa67e9dc559d201c114e5059bdbab | |
parent | 78ba933d18439ff1a02f6be4c571e73ddceb3cd4 [diff] [blame] |
patch 8.2.3266: Vim9: assignment with two indexes may check next line Problem: Vim9: assignment with two indexes may check next line. Solution: Limit the number of lines to avoid checking the next line when assiging to a LHS subscript. (closes #8660)
diff --git a/src/version.c b/src/version.c index 7095982..45cb4b6 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3266, +/**/ 3265, /**/ 3264,