1
0
forked from aniani/vim

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)
This commit is contained in:
LemonBoy
2022-05-12 18:45:18 +01:00
committed by Bram Moolenaar
parent 39c46b4378
commit d0b1a09f44
3 changed files with 26 additions and 2 deletions

View File

@@ -746,6 +746,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
4944,
/**/
4943,
/**/