commit | b13af50f73dd89503c915f76fcf92be58789521a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Feb 17 21:12:08 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Feb 17 21:12:08 2020 +0100 |
tree | 96f5ae568b5d9aaeaf9c9621f681e769c1b99c5e | |
parent | 40d9da2a4395025169ebaf53a63618adfa737e96 [diff] [blame] |
patch 8.2.0269: Vim9: operator after list index does not work Problem: Vim9: operator after list index does not work. (Yasuhiro Matsumoto) Solution: After indexing a list change the type to the list member type. (closes #5651)
diff --git a/src/version.c b/src/version.c index afac47d..4ea0367 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 269, +/**/ 268, /**/ 267,