]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.1629: having utf16idx() rounding up is inconvenient v9.0.1629
authorYegappan Lakshmanan <yegappan@yahoo.com>
Wed, 14 Jun 2023 12:10:15 +0000 (13:10 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 14 Jun 2023 12:10:15 +0000 (13:10 +0100)
commit95707037afa1aeae4f3494dc623a721ceed7fc4e
treedd5ec603dd3c1a0d890140e84a99cbbf170cbb15
parentd5b952a871835b057176fd37fc91b971e8e3f300
patch 9.0.1629: having utf16idx() rounding up is inconvenient

Problem:    Having utf16idx() rounding up is inconvenient.
Solution:   Make utf16idx() round down. (Yegappan Lakshmanan, closes #12523)
runtime/doc/builtin.txt
src/strings.c
src/testdir/test_functions.vim
src/version.c