1
0
forked from aniani/vim

patch 8.2.4960: text properties that cross lines not updated for deleted line

Problem:    Text properties that cross line boundary are not correctly updated
            for a deleted line.
Solution:   Correct computing location of text property entry. (Paul Ollis,
            closes #10431, closes #10430)
This commit is contained in:
Paul Ollis
2022-05-15 22:24:55 +01:00
committed by Bram Moolenaar
parent b62dc5e782
commit 1bdc60eb91
3 changed files with 58 additions and 4 deletions

View File

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