commit | b413d2e6a8cc7b1611a41bfa9462b986393ca5fe | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Dec 25 23:15:46 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Dec 25 23:15:46 2018 +0100 |
tree | e232491163a792882917c0fb1888d6de9bf9cce8 | |
parent | e38197d50f7068c4b68043792d283da98e526ec3 [diff] [blame] |
patch 8.1.0636: line2byte() gives wrong values with text properties Problem: line2byte() gives wrong values with text properties. (Bjorn Linse) Solution: Compute byte offsets differently when text properties were added. (closes #3718)
diff --git a/src/version.c b/src/version.c index 0712bcc..b2dbe38 100644 --- a/src/version.c +++ b/src/version.c
@@ -800,6 +800,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 636, +/**/ 635, /**/ 634,