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:
committed by
Bram Moolenaar
parent
b62dc5e782
commit
1bdc60eb91
@@ -746,6 +746,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
4960,
|
||||
/**/
|
||||
4959,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user