diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-06-30 21:52:39 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-06-30 21:52:39 +0000 |
commit | 9c96f592af7a88e63ebf63f82d1b36b3954af401 (patch) | |
tree | 0d5ec8146a4aa157feb80a3fa4f4278fa17bc48c /src/glbl_ime.cpp | |
parent | 42eeac3552c5a5ea10f24373f76b93633b6c8604 (diff) | |
download | vim-git-9c96f592af7a88e63ebf63f82d1b36b3954af401.tar.gz |
updated for version 7.0098
Diffstat (limited to 'src/glbl_ime.cpp')
-rw-r--r-- | src/glbl_ime.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/glbl_ime.cpp b/src/glbl_ime.cpp index 16ca93241..20247e552 100644 --- a/src/glbl_ime.cpp +++ b/src/glbl_ime.cpp @@ -200,9 +200,10 @@ global_ime_set_font(LOGFONT *pFont) } } +#if 0 /* * for IME control. Save current status of IME, and set force new-status to - * Engllish (turn off). + * English (turn off). */ void WINAPI global_ime_status_evacuate() @@ -231,6 +232,7 @@ global_ime_status_restore() pIApp->ReleaseContext(s_hWnd, hImc); } } +#endif void WINAPI global_ime_set_status(int status) |