commit | bf9d8c3765a5255c0a0b577ca2e25d70a8bcb688 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 19 17:55:44 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 19 17:55:44 2020 +0200 |
tree | d2f055157a14c8ddb1ff107379f04bba156f87b2 | |
parent | b209750b5e907003568c20856215122670ee22d2 [diff] [blame] |
patch 8.2.1247: Vim9: cannot index a character in a string Problem: Vim9: cannot index a character in a string. Solution: Add ISN_STRINDEX instruction. (closes #6478)
diff --git a/src/version.c b/src/version.c index e1df007..559d864 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1247, +/**/ 1246, /**/ 1245,