commit | 14c7530c4fca786d3594508e28943f10125827c3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 15 14:28:40 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 15 14:28:40 2021 +0200 |
tree | ab8ac44d9993a366a363f799d7beefcd92bcf4da | |
parent | dd9de50f4262898384be6ea7694d05507c7cb260 [diff] [blame] |
patch 8.2.3348: line2byte() returns wrong value after adding textprop Problem: line2byte() returns wrong value after adding textprop. (Yuto Kimura) Solution: Reduce the length by the size of the text property. (closes #8759)
diff --git a/src/version.c b/src/version.c index 34793f1..21efafc 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3348, +/**/ 3347, /**/ 3346,