commit | 56acb0943ede35cd9d2f6667cde2442819ccbf59 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 16 14:48:19 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 16 14:48:19 2020 +0200 |
tree | d35aa5928ec6d46f07ea1ed4f1e5fb2f00bfa7dc | |
parent | 829ac868b7615d73dbfb536f7fcd44fc7c5b7c1d [diff] [blame] |
patch 8.2.1465: Vim9: subscript not handled properly Problem: Vim9: subscript not handled properly. Solution: Adjust error message. Remove dead code. Disallow string to number conversion in scripts.
diff --git a/src/version.c b/src/version.c index 4554fc4..7a6fcbf 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1465, +/**/ 1464, /**/ 1463,