]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0324: text property not updated correctly when inserting/deleting v8.2.0324
authorBram Moolenaar <Bram@vim.org>
Wed, 26 Feb 2020 21:06:00 +0000 (22:06 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 26 Feb 2020 21:06:00 +0000 (22:06 +0100)
commit12f20038714928bfecdeee31ed1f927324542034
tree2a621ca1c4a57514ec42c53132f1839a452167e2
parent7eeefd4a395fe3d7c7a2a0879467cf7ed4c29fe6
patch 8.2.0324: text property not updated correctly when inserting/deleting

Problem:    Text property not updated correctly when inserting/deleting.
Solution:   Use the right column when deleting. Make zero-width text
            properties respect start_incl and end_incl. (Axel Forsman,
            closes #5696, closes #5679)
src/change.c
src/testdir/test_listener.vim
src/testdir/test_textprop.vim
src/textprop.c
src/version.c