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.
To reproduce:
:Qwerty!qarAlq@a) and note that it doesn't have the intended effectMy hypothesis is that Vim is respecting
langmapwhile the macro is being recorded but not while it's being replayed.I might take a crack at solving this issue tomorrow.