diff options
Diffstat (limited to 'src/gui_w32.c')
-rw-r--r-- | src/gui_w32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui_w32.c b/src/gui_w32.c index 3c3d9949b..12d607146 100644 --- a/src/gui_w32.c +++ b/src/gui_w32.c @@ -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) |