commit | 17793ef23aae0bc94539390ccfe5e63b0ad39ff2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Dec 28 12:56:58 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Dec 28 12:56:58 2020 +0100 |
tree | 710a6d39741c88899dd9e06309e1a1cb5ec1385d | |
parent | 9618a25b9c054f0ee4e267d2db96b6e7c113ed7a [diff] [blame] |
patch 8.2.2233: cannot convert a byte index into a character index Problem: Cannot convert a byte index into a character index. Solution: Add charidx(). (Yegappan Lakshmanan, closes #7561)
diff --git a/src/version.c b/src/version.c index 35f1def..71bc47d 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2233, +/**/ 2232, /**/ 2231,