]> granicus.if.org Git - vim/commit
patch 8.2.3820: "vrc" does not replace composing characters v8.2.3820
authorBram Moolenaar <Bram@vim.org>
Wed, 15 Dec 2021 21:08:50 +0000 (21:08 +0000)
committerBram Moolenaar <Bram@vim.org>
Wed, 15 Dec 2021 21:08:50 +0000 (21:08 +0000)
commit8ee6028de3daa9af9e5f90fa9e583ff407bee04f
tree802df3b7c109d294fc3232dae7b5eda8f07104aa
parent427f065a885629db430dd06ccda8b1318b8a5e92
patch 8.2.3820: "vrc" does not replace composing characters

Problem:    "vrc" does not replace composing characters, while "rc" does.
Solution:   Check the byte length including composing characters.
            (closes #9351)
src/ops.c
src/testdir/test_visual.vim
src/version.c