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

@@ -774,6 +774,7 @@ typedef struct memline
#define ML_APPEND_NEW 1 // starting to edit a new file
#define ML_APPEND_MARK 2 // mark the new line
#define ML_APPEND_UNDO 4 // called from undo
#define ML_APPEND_NOPROP 8 // do not continue textprop from previous line
/*