]> granicus.if.org Git - vim/commit
patch 9.0.0252: cursor in wrong place after virtual text v9.0.0252
authorBram Moolenaar <Bram@vim.org>
Wed, 24 Aug 2022 11:24:37 +0000 (12:24 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 24 Aug 2022 11:24:37 +0000 (12:24 +0100)
commitf5240b96f721b08d703340ff0b2e67b79fb8b821
treeca491551437d156bb26b70f947fcb8fa091f541e
parent762df0477c32065498805e09c15adc468a6cc8ea
patch 9.0.0252: cursor in wrong place after virtual text

Problem:    Cursor in wrong place after virtual text.
Solution:   Do not change the length of a virtual text property.
            (closes #10964)
src/testdir/dumps/Test_prop_text_change_arg_1.dump [new file with mode: 0644]
src/testdir/dumps/Test_prop_text_change_arg_2.dump [new file with mode: 0644]
src/testdir/test_textprop.vim
src/textprop.c
src/version.c