]> granicus.if.org Git - vim/commit
patch 8.2.1461: Vim9: string indexes are counted in bytes v8.2.1461
authorBram Moolenaar <Bram@vim.org>
Sat, 15 Aug 2020 16:39:05 +0000 (18:39 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 15 Aug 2020 16:39:05 +0000 (18:39 +0200)
commite3c37d8ebf9dbbf210fde4a5fb28eb1f2a492a34
tree2f3c7e958f2f422c9165ab686ade094e24f93fc0
parent451c2e3536a3cb77d07faf3cb2b834512e174351
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)
runtime/doc/eval.txt
src/eval.c
src/proto/eval.pro
src/testdir/test_vim9_expr.vim
src/version.c
src/vim9execute.c