XVim2 icon indicating copy to clipboard operation
XVim2 copied to clipboard

Weird repeat-undo issue

Open MavEtJu opened this issue 8 years ago • 3 comments

I'm experiencing a strange issue, not reproducible on demand but when it happens you can reproduce it over and over:

Use "i" to insert some text. Go to a random next line, press "." to repeat it. Now pressing "u" I would expect it to undo the inserting via ".".

However, pressing "u" removes the last two letters of the insert. Pressing "u" again inserts the second last letter again. Pressing "u" again removes finally the whole initially inserted text.

So "i" to insert "self.". Placed cursor on "foo". Pressed "." created "self.foo". Pressed "u" created "selfoo". Pressed "u" created "selffoo". Pressed "u" created "foo".

It happens after a couple (undetermined number) of "."'s on random lines.

Good luck on this one.....

MavEtJu avatar Oct 21 '17 21:10 MavEtJu

Hi, please pull, checkout develop and test. Thanks.

antmd avatar Oct 31 '17 15:10 antmd

[~/dev/XVim2-develop] edwin@MavvieMac>git status HEAD detached at origin/develop

Doing any movement causes Xcode (9.0.1) to crash.

MavEtJu avatar Oct 31 '17 21:10 MavEtJu

Today's version works fine, and the weird "Weird repeat-undo issue" is resolved!

MavEtJu avatar Nov 03 '17 11:11 MavEtJu