Hi, while writing vi key bindings for ion2, i found some strange behaviour of the following code:
kpress("Shift+P", function(e) e:paste() e:back() end),
The idea here is to first insert the selection in the line buffer and
then place the point on the last inserted character.
What really happens is, that the two commands e:paste() and e:back()
seem to be executed in the wrong order.
Any idea why this is and/or how to work around.
ingo
