commit | 4c3d21acaa09d929e6afe10288babe1d0af3de35 | [log] [tgz] |
---|---|---|
author | Paul Ollis <paul@cleversheep.org> | Tue May 24 21:26:37 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue May 24 21:26:37 2022 +0100 |
tree | 2dc8dcb057fdeb4ab2bd2398e460a1692a0ac519 | |
parent | 78d52883e10d71f23ab72a3d8b9733b00da8c9ad [diff] [blame] |
patch 8.2.5014: byte offsets are wrong when using text properties Problem: Byte offsets are wrong when using text properties. Solution: Make sure text properties do not affect the byte counts. (Paul Ollis, closes #10474)
diff --git a/src/version.c b/src/version.c index f737b1b..a4af508 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5014, +/**/ 5013, /**/ 5012,