I've already mentioned that: environment is windows 8 (from release preview to 8.1), both x86 and x64 were tested, en version with Chinese locale (which use codepage 936 instead of 437) works the same as zh-cn version.
For chcp, it seems that only by setting codepage to 936 can I use IME in cmd, if changed to other code page, e.g. 437, 20936, 54936, 65001, I can input English letters only. So all the test are under codepage 936, which is the default codepage for Chinese version of windows. (BTW, vim shows a mess if codepage is not 437 or 936 on my computer.) When I try to use some different IME by adding languages, I found that under codepage 936, only Chinese input method can be used in cmd (MSPY by default), Japanese don't work, and I can't change codepage to 932, so no chance to work in vim. I'll try that later. It can not be caused by vimrc because I'm using the same one as in XP, and without vimrc or run vim with -u NONE lead to the same result. What's more, most vim settings related to IME seems to be used by gvim, not vim. By echo nr2char(getchar()), if I use IME, the result is the same as input directly in vim. -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to vim_dev+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.