"keymap" is ignored
edkolev opened this issue · 2 comments
edkolev commented
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:
set keymap=bulgarian-phonetic
- enter "abv"
- here I expect vim to search my file for "абж", but instead vim searches for "abv"
This is the result without vim-oblique:
With vim-oblique:
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!
junegunn commented
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?
edkolev commented
Yes, it's fixed now. Thanks