This plugin disables Chinese input method
This is a really smart plugin of Vim, and just works as other IDEs. But it disables the Chinese input method,that I can type any Chinese character in Vim. It seems that it prevent the input method menu to pop up. Wish the bug can be fixed!Thanks!
I also get this problom....
env(linux +gnome3 +vim7 ).... >_<
Do you have a link to some documentation of Chinese input method, so I can see how we could have broken it?
https://code.google.com/p/fcitx/ This is the source, and this is its wiki http://fcitx.github.com/developer-handbook/fcitx-dev.html
Hi, Im also experiencing similar problem with Russian keymap. You know []' in English keyboard corresponds to Russian letters хъэ in Mac keyboard. Just afrer vim starts if I press C-^ (lang keymap toggle) - the mentioned keys work as []' not as Russian letters. I need explicrtly run :set keymap=russian-jcukenmac<CR> and everithing becomes Ok.
My vimrc section: set keymap=russian-jcukenmac set iminsert=0 set imsearch=0
It seem to me the problem is that plugin is being loaded after vimrc have run and the keymappings become rewrited. Have you an idea how to fix or workaround it? Thanks!
+1
Ubuntu 14.04, vim 7.4.728 on a clean environment with: https://github.com/cirosantilli/vundle-plugin-tester
Only observable in gvim, not on terminal vim.
I think the packages that offer Chinese input are ibus and ibus-pinyin: https://launchpad.net/ubuntu/+source/ibus-pinyin || https://launchpad.net/ubuntu/+source/ibus
Also mentioned at: http://stackoverflow.com/questions/12111934/how-to-set-auto-insert-new-line-and-indent-in-vim-when-use-the-auto-close-in-pai