]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.0194: cursor displayed in wrong position after removing text prop v9.0.0194
authorBram Moolenaar <Bram@vim.org>
Fri, 12 Aug 2022 12:05:49 +0000 (13:05 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 12 Aug 2022 12:05:49 +0000 (13:05 +0100)
commit326c5d36e7cb8526330565109c17b4a13ff790ae
tree58ae0580aa13a128387b13ac06e24d52b4d073fa
parente38fc86180fd3f6b372648eea6adc3f623fea302
patch 9.0.0194: cursor displayed in wrong position after removing text prop

Problem:    Cursor displayed in wrong position after removing text prop. (Ben
            Jackson)
Solution:   Invalidate the cursor position. (closes #10898)
src/change.c
src/move.c
src/proto/move.pro
src/testdir/dumps/Test_prop_with_text_cursormoved_1.dump [new file with mode: 0644]
src/testdir/dumps/Test_prop_with_text_cursormoved_2.dump [new file with mode: 0644]
src/testdir/test_textprop.vim
src/textprop.c
src/version.c