1
0
forked from aniani/vim

patch 9.0.0145: substitute that joins lines drops text properties

Problem:    Substitute that joins lines drops text properties.
Solution:   Move text properties of the last line to the new line.
This commit is contained in:
Bram Moolenaar
2022-08-05 19:46:48 +01:00
parent f4ba8bc47e
commit 213bbaf15a
5 changed files with 131 additions and 11 deletions

View File

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