]> granicus.if.org Git - vim/commit
patch 9.0.1327: cursor in wrong position below line with virtual text below v9.0.1327
authorBram Moolenaar <Bram@vim.org>
Sun, 19 Feb 2023 18:36:41 +0000 (18:36 +0000)
committerBram Moolenaar <Bram@vim.org>
Sun, 19 Feb 2023 18:36:41 +0000 (18:36 +0000)
commitea62cee85e9e77ec86edd9843926dadb69978753
tree2e7fdc9e075d6c1df881153bfdc3aa393361db01
parenta572b936ce7bbaf630b22a32c039738a783cdf41
patch 9.0.1327: cursor in wrong position below line with virtual text below

Problem:    Cursor in wrong position below line with virtual text below ending
            in multi-byte character.
Solution:   When checking for last character take care of multi-byte
            character.
src/charset.c
src/testdir/dumps/Test_prop_multibyte_below_1.dump [new file with mode: 0644]
src/testdir/test_textprop.vim
src/version.c