Great, thanks :) On Wed, 24 Nov 2021, 17:58 Stefan Monnier, wrote: > > I think `vcursor.el` has a bug that causes `point` (the real cursor) to > > move to where the virtual cursor is whenever `vcursor-copy-{word,line}` > > are used. > > > > We need to wrap the `goto-char` call below in something like > > `save-excursion`: > > > Thanks, pushed to `master`. > > > Stefan > >