On Wed, Jul 18, 2012 at 05:07:23AM -0700, mattn wrote: > Please try previous patch. > > https://gist.github.com/3135711
I tried this patch. Unfortunately, I don't see any difference. (I finally find out that) the problem I have is, Vim will shutdown the IM when entering and leaving normal mode. This will make my autocmds handling at the wrong IM context. My patch simply makes Vim lose the control of IM, which is undesired when without a more precise IM controlling plugin. So, my suggestion is to use an option to let Vim not control the IM (those codes in #ifdef USE_IM_CONTROL) (maybe in addtion to cleaning up the old code). Is this ok? -- Best regards, lilydjwg Linux Vim Python 我的博客: http://lilydjwg.is-programmer.com/ -- A: Because it obfuscates the reading. Q: Why is top posting so bad? -- 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
