commit | 67672ef097dd708244ff042a8364994da2b91e75 | [log] [tgz] |
---|---|---|
author | Christian Brabandt <cb@256bit.org> | Mon Apr 24 21:09:54 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Apr 24 21:09:54 2023 +0100 |
tree | 728d6713562555f7917bf5297c6ff27b2bb0c792 | |
parent | e1b4822137b74d45fde1d47d2e32b3ae89966092 [diff] [blame] |
patch 9.0.1485: no functions for converting from/to UTF-16 index Problem: no functions for converting from/to UTF-16 index. Solution: Add UTF-16 flag to existing funtions and add strutf16len() and utf16idx(). (Yegappan Lakshmanan, closes #12216)
diff --git a/src/version.c b/src/version.c index e5099dd..0ce90eb 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1485, +/**/ 1484, /**/ 1483,