commit | b56ac049ea6ca77a0a9b0a415bac5e82ae60b842 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Dec 28 23:22:40 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 28 23:22:40 2018 +0100 |
tree | 1c3e98248f984590cd1c1f7b57c171f06df04b96 | |
parent | c1a9bc1a7284bd0e60f9bddfef6a4ee733bfc838 [diff] [blame] |
patch 8.1.0655: when appending a line text property flags are not added Problem: When appending a line text property flags are not added. Solution: Add text properties to a newly added line.
diff --git a/src/version.c b/src/version.c index ec65db4..42ae469 100644 --- a/src/version.c +++ b/src/version.c
@@ -800,6 +800,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 655, +/**/ 654, /**/ 653,