1
0
forked from aniani/vim

patch 8.2.4954: inserting line breaks text property spanning two lines

Problem:    Inserting line breaks text property spanning more then one line.
Solution:   Check TP_FLAG_CONT_PREV and TP_FLAG_CONT_NEXT. (closes #10423)
This commit is contained in:
LemonBoy
2022-05-14 18:10:15 +01:00
committed by Bram Moolenaar
parent 30ab04e16e
commit 698cb4c8fa
3 changed files with 40 additions and 4 deletions

View File

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