commit | 9df53b62de86f544b41bef5e964b7fc8ae5231e3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jan 13 20:40:51 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 13 20:40:51 2020 +0100 |
tree | 873b31c1157f80f91ee004d2011077c81b114845 | |
parent | 7ebcba61b20d25d23109fff73d0346ad44ba1b3b [diff] [blame] |
patch 8.2.0115: byte2line() does not work correctly with text properties Problem: Byte2line() does not work correctly with text properties. (Billie Cleek) Solution: Take the bytes of the text properties into account. (closes #5334)
diff --git a/src/version.c b/src/version.c index 0dac41e..2d502be 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 115, +/**/ 114, /**/ 113,