]> granicus.if.org Git - vim/commit
patch 8.2.2605: Vim9: string index and slice does not include composing chars v8.2.2605
authorBram Moolenaar <Bram@vim.org>
Sun, 14 Mar 2021 17:40:19 +0000 (18:40 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 14 Mar 2021 17:40:19 +0000 (18:40 +0100)
commit0289a093a4d65c6280a3be118d1d3696d1aa74da
treef3ba35c77e5af05beeb3befbe64c0f13078029c5
parent240309c9bfa8a0d2f154712f8e0dd33589f181d3
patch 8.2.2605: Vim9: string index and slice does not include composing chars

Problem:    Vim9: string index and slice does not include composing chars.
Solution:   Include composing characters. (issue #6563)
runtime/doc/vim9.txt
src/testdir/test_vim9_expr.vim
src/version.c
src/vim9execute.c