1
0
forked from aniani/vim

patch 8.2.2890: text property duplicated when data block splits

Problem:    Text property duplicated when data block splits.
Solution:   Do not continue text prop from previous line. (closes #8261)
This commit is contained in:
Bram Moolenaar
2021-05-26 22:32:10 +02:00
parent c512599b22
commit 840f91f110
4 changed files with 29 additions and 2 deletions

View File

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