commit | cdd8a5e6fe089a3b1370ac940d06fc3cefc6f8f2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Aug 25 16:40:03 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 25 16:40:03 2021 +0200 |
tree | 10f350717f6d85b661fcd8124bc57c69cc6e4797 | |
parent | 5ca5cc6412d7d68fd380926f9551a8b7ba335199 [diff] [blame] |
patch 8.2.3372: line2byte() value wrong when adding a text property Problem: line2byte() value wrong when adding a text property. (Yuto Kimura) Solution: Adjust length for text property. (closes #8772) Also fix it for deleting a line.
diff --git a/src/version.c b/src/version.c index 6e7dd93..1f9a270 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3372, +/**/ 3371, /**/ 3370,