vim-workman
vim-workman copied to clipboard
Keystrokes from a replayed macro aren't remapped
To reproduce:
- Type something into Vim and go back to the start of the line
-
:Qwerty! - Record a simple macro, e.g.
qarAlq - Replay the macro (
@a) and note that it doesn't have the intended effect
My hypothesis is that Vim is respecting langmap while the macro is being recorded but not while it's being replayed.
I might take a crack at solving this issue tomorrow.