summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorChristian Brabandt <cb@256bit.org>2023-04-24 21:09:54 +0100
committerBram Moolenaar <Bram@vim.org>2023-04-24 21:09:54 +0100
commit67672ef097dd708244ff042a8364994da2b91e75 (patch)
tree728d6713562555f7917bf5297c6ff27b2bb0c792 /src/version.c
parente1b4822137b74d45fde1d47d2e32b3ae89966092 (diff)
downloadvim-git-67672ef097dd708244ff042a8364994da2b91e75.tar.gz
patch 9.0.1485: no functions for converting from/to UTF-16 indexv9.0.1485
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)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index e5099dd47..0ce90ebc5 100644
--- a/src/version.c
+++ b/src/version.c
@@ -696,6 +696,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1485,
+/**/
1484,
/**/
1483,