vis: fix a rewind bug on pasting
commit9a3b8034fdcfe133396710b47b4f4f308e394f2c
authorGeorgi Kirilov <>
Sat, 31 Oct 2020 09:50:45 +0000 (31 11:50 +0200)
committerGeorgi Kirilov <>
Fri, 19 May 2023 15:22:54 +0000 (19 18:22 +0300)
treeee41df211c4cc410c33ff30ac88fd63a686b80c3
parent63d4fab6fb876279b65545544eeb3ce9fd39918f
vis: fix a rewind bug on pasting

non-objectwise pasting in not yet parsed areas would wrongly "rewind forward"
objectwise pasting was safe because a word textobject is executed before it,
and triggers a reparse, when neccessary.
vis/init.lua