Closed Felixoid closed 5 years ago
With this workaround, the keymap is reset during the plugin init and works fine again.
The minimal config to check:
set keymap=russian-jcukenwin set iminsert=0 set imsearch=0
Steps to reproduce:
ctrl+^
'`"[{
The output is эёЭхХ
эёЭхХ
The output is '`"[{}]"`'
'`"[{}]"`'
This PR is fixing #93
Thank you!
With this workaround, the keymap is reset during the plugin init and works fine again.
The minimal config to check:
Steps to reproduce:
ctrl+^
'`"[{
Expected behavior
The output is
эёЭхХ
Actual behavior
The output is
'`"[{}]"`'
This PR is fixing #93