Re: Remap and the daw, diw operators
There's an implementation difference between vim and viemu.
To reproduce, remap (for example) w to iw in operator pending mode. This means pressing dw becomes diw. However, in vim, pressing daw still works. In viemu I suppose it is remapped into daiw, which means nothing. It seems that in vim, after you've entered either da or di, the program is no longer in operator pending mode.
Naturally it is analogous for all other operators and special motions.
I guess this is perhaps slightly esoteric, but I would still appreciate a fix if possible.