commit | 698cb4c8fa16a4dbe4830648532c09d7e5c89095 | [log] [tgz] |
---|---|---|
author | LemonBoy <thatlemon@gmail.com> | Sat May 14 18:10:15 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 14 18:10:15 2022 +0100 |
tree | 5ed59c30e81410dee01bc4de72241dfe7ce700d4 | |
parent | 30ab04e16e1e9e6133590181197b3f8e70cb495e [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 81bbdf9..b8712f2 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4954, +/**/ 4953, /**/ 4952,