commit | e3d31b02a56710e64ef0c1eb6ac5afcc57cb4890 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Dec 24 23:07:04 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Dec 24 23:07:04 2018 +0100 |
tree | a843f4b1b385b564b9e4c0266198da874c476d38 | |
parent | cd929f7ba8cc5b6d6dcf35c8b34124e969fed6b8 [diff] [blame] |
patch 8.1.0634: text properties cannot cross line boundaries Problem: Text properties cannot cross line boundaries. Solution: Support multi-line text properties.
diff --git a/src/version.c b/src/version.c index 6956225..2b1d397 100644 --- a/src/version.c +++ b/src/version.c
@@ -800,6 +800,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 634, +/**/ 633, /**/ 632,