Raimondi / delimitMate

Vim plugin, provides insert mode auto-completion for quotes, parens, brackets, etc.
http://www.vim.org/scripts/script.php?script_id=2754
1.98k stars 117 forks source link

Cannot work with Chinese input method #61

Closed jinleileiking closed 11 years ago

jinleileiking commented 13 years ago

After 1 hour try, I finnally find this dammit plugin got my vim cannot input chinese.

Raimondi commented 13 years ago

I can't promise to fix it, but if you give the steps to reproduce your situation I might be able to see where the problem is located.

jinleileiking commented 13 years ago

my vimfiles: https://github.com/jinleileiking/vimfiles

step:

chastell commented 13 years ago

I might be hitting the same issue with Ubuntu’s Unicode input. By default, pressing ctrl+shift+u shows an underlined, lowercase ‘u’, allows one to input Unicode codepoints and turns them into the relevant characters; this allows one to input a non-breaking space (0xA0) by pressing ctrl+shift+u, a, 0, enter (or space). With delimitMate enabled, I can press only one key after ctrl+shift+u, and it just makes the underlined ‘u’ disappear (regardless of what character I press).

Raimondi commented 12 years ago

This one is a bit tough, I'm not used to Ubuntu nor alternative input methods. I'll see what I can do.

Raimondi commented 11 years ago

Haven't been able to do nothing about it and I doubt I will be.