0
0
mirror of https://github.com/vim/vim.git synced 2025-09-30 04:44:14 -04:00

updated for version 7.0229

This commit is contained in:
Bram Moolenaar
2006-03-19 22:15:26 +00:00
parent c15ef30c08
commit 39f05630ad
7 changed files with 105 additions and 73 deletions

View File

@@ -1813,7 +1813,7 @@ im_get_status()
#ifdef FEAT_MBYTE
/*
* Convert latin9 text to ucs-2.
* Convert latin9 text "text[len]" to ucs-2 in "unicodebuf".
*/
static void
latin9_to_ucs(char_u *text, int len, WCHAR *unicodebuf)