patch 8.2.4944: text properties are wrong after "cc" v8.2.4944
authorLemonBoy <thatlemon@gmail.com>
Thu, 12 May 2022 17:45:18 +0000 (18:45 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 12 May 2022 17:45:18 +0000 (18:45 +0100)
commitd0b1a09f44654bb5e29b09de1311845200f17d90
tree49850d04a1a61b64980fa68e42c1156407cc22ba
parent39c46b43780ad00ea27a93d92aadd44753d4c3ea
patch 8.2.4944: text properties are wrong after "cc"

Problem:    Text properties are wrong after "cc". (Axel Forsman)
Solution:   Pass the deleted byte count to inserted_bytes(). (closes #10412,
            closes #7737, closes #5763)
src/change.c
src/testdir/test_textprop.vim
src/version.c