commit | 92f05f21afdb8a43581554a252cb2fc050f9e03b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Aug 12 21:12:56 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Aug 12 21:12:56 2021 +0200 |
tree | bce736e711441e1d3ee9365ad6e4780b2d0dbcdb | |
parent | ef98257593a0abf1300d0f70358dc45a70a62580 [diff] [blame] |
patch 8.2.3336: behavior of negative index in list change changed Problem: Behavior of negative index in list change changed. (Naruhiko Nishino) Solution: Only change it for Vim9 script. (closes #8749)
diff --git a/src/version.c b/src/version.c index 7fd4d80..a31b494 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3336, +/**/ 3335, /**/ 3334,