commit | 95707037afa1aeae4f3494dc623a721ceed7fc4e | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Wed Jun 14 13:10:15 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 14 13:10:15 2023 +0100 |
tree | dd5ec603dd3c1a0d890140e84a99cbbf170cbb15 | |
parent | d5b952a871835b057176fd37fc91b971e8e3f300 [diff] [blame] |
patch 9.0.1629: having utf16idx() rounding up is inconvenient Problem: Having utf16idx() rounding up is inconvenient. Solution: Make utf16idx() round down. (Yegappan Lakshmanan, closes #12523)
diff --git a/src/version.c b/src/version.c index 1235ac9..c753acd 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1629, +/**/ 1628, /**/ 1627,