We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
insert
replace
Repro steps:
abc
ESC
a
d
u
Expected: three lines with the same content abc Actual: Empty
The text was updated successfully, but these errors were encountered:
How exactly do you do #3? What keystrokes do you press?
If I do iabc\nabc\nabc<esc>ggrbjrbjrb, undo works as I expect.
iabc\nabc\nabc<esc>ggrbjrbjrb
Sorry, something went wrong.
repro
0 cw lala<esc>u
expected result: yada yada yada actual result: yada yada hitting u again gives the expected yada yada yada
yada yada yada
yada yada
56d9587
@Paxxi I fixed that issue just now.
Not sure if that's the issue you were talking about, @rebornix. Feel free to open another issue if not.
No branches or pull requests
Repro steps:
abc
, then runESC
a
withd
u
to undoExpected: three lines with the same content
abc
Actual: Empty
The text was updated successfully, but these errors were encountered: