junegunn/vim-oblique

"keymap" is ignored

edkolev opened this issue · 2 comments

Hi, and thank you for all your plugins!

Here's an issue that I ran into with vim-oblique (although, I think it's more related to vim-pseudocl). To reproduce:

  1. set keymap=bulgarian-phonetic
  2. enter "abv"
  3. here I expect vim to search my file for "абж", but instead vim searches for "abv"

This is the result without vim-oblique:
screen shot 2014-11-16 at 1 40 22 pm
With vim-oblique:
screen shot 2014-11-16 at 1 39 59 pm

This issue may be tricky to solve for multi-key characters (when you have to press more than one key to get a letter in some non-English language). Some time ago justinmk addressed this issue in vim-sneak issue.

Again, thank you!

Thanks for the report. I've just updated vim-pseudocl to look at langmaps as well. Could you update it and test if it solves the problem?

Yes, it's fixed now. Thanks