commit | e3c37d8ebf9dbbf210fde4a5fb28eb1f2a492a34 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 15 18:39:05 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 15 18:39:05 2020 +0200 |
tree | 2f3c7e958f2f422c9165ab686ade094e24f93fc0 | |
parent | 451c2e3536a3cb77d07faf3cb2b834512e174351 [diff] [blame] |
patch 8.2.1461: Vim9: string indexes are counted in bytes Problem: Vim9: string indexes are counted in bytes. Solution: Use character indexes. (closes #6574)
diff --git a/src/version.c b/src/version.c index 06c6995..1353360 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1461, +/**/ 1460, /**/ 1459,