commit | 80e737cc6ab6b68948f6765348b6881be861b200 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri May 17 19:56:34 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri May 17 19:56:34 2019 +0200 |
tree | 695802f3be12c07911c64618e8bb8978367b1469 | |
parent | bfd451283f8c37926f4b0aa22b74b534bd84e482 [diff] [blame] |
patch 8.1.1341: text properties are lost when joining lines Problem: Text properties are lost when joining lines. Solution: Move the text properties to the joined line.
diff --git a/src/version.c b/src/version.c index 309ed3c..f9329ba 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1341, +/**/ 1340, /**/ 1339,