Hi,

I use vim 7.3.434 from Arch repository. I use keymap=russian-jcukenwin, which have letters (x, ъ) instead of [] brackets.
The problem is when I map [ to some action with <buffer> option
imap <buffer> [ 111
The mapping doesn't respect the chosen keymap. I.e. when I press a key for 'х' I get 111 no matter what iminsert value is.

While if the key is mapped without <buffer>
imap [ 111
then the keymap is respected. So I get 111 when iminsert=0 and 'х' when iminsert=1.

Is it the expected behavior?
That is very annoying. For own configuration one can live with it. But it breaks some plugins (auto-pairs for example).

regards,
Maxim

--
You received this message from the "vim_use" 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

Reply via email to