summaryrefslogtreecommitdiffstats
path: root/src/gui_w32.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-03-19 22:15:26 +0000
committerBram Moolenaar <Bram@vim.org>2006-03-19 22:15:26 +0000
commit39f05630adc017f00ea551b827fd1d5ef21a0a3a (patch)
tree72e84a7bf71a46889d89f8ae8b6f5075b5784e65 /src/gui_w32.c
parentc15ef30c08fa1f2c52053c6345ded69d6f2bc701 (diff)
updated for version 7.0229
Diffstat (limited to 'src/gui_w32.c')
-rw-r--r--src/gui_w32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui_w32.c b/src/gui_w32.c
index 3c3d9949bf..12d6071467 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)