commit | 213bbaf15afc628e5f83d1ae6526631ca8292292 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 05 19:46:48 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 05 19:46:48 2022 +0100 |
tree | f9b701acce08e848d8b8dde47946ab32a1b22b54 | |
parent | f4ba8bc47eb3c6b5899ef31d083b9b8f0d4ca456 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index aa3af5c..6ca8bd0 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 145, +/**/ 144, /**/ 143,