commit | 747f11ad6ecad4dd85ce386a0a539cb853fec41a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 19 18:38:37 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 19 18:38:37 2020 +0200 |
tree | e382358ac3a21de56dc52c8893c445f965eb1d92 | |
parent | 956501594e6c64f28a01fa649ad9016f3b25f05b [diff] [blame] |
patch 8.2.1249: Vim9: disassemble test fails Problem: Vim9: disassemble test fails. Solution: Change INDEX to LISTINDEX. Add test for STRINDEX.
diff --git a/src/version.c b/src/version.c index e80df76..6ffb98d 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1249, +/**/ 1248, /**/ 1247,