Skip to content
New issue

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

[BUG] Repeat digits do not work with insertion, etc #52

Open
wangtzINT opened this issue Jan 16, 2012 · 2 comments
Open

[BUG] Repeat digits do not work with insertion, etc #52

wangtzINT opened this issue Jan 16, 2012 · 2 comments

Comments

@wangtzINT
Copy link

I found that repeat digits work with delete, but not with insertion.

E.g.

orginal text: 123 123

command 2dw will delete those two words

but 2i123 will only produce 123 instead of 123 123 as expected in VIM.

Many Thanks,

@codingcampbell
Copy link

I've also noticed this. E.g. 4p will only paste once.

It's especially noticeable to me when trying to repeat macros.

@zbuc
Copy link
Contributor

zbuc commented Mar 10, 2012

Same here (with macros)

zbuc added a commit to zbuc/Vintage that referenced this issue Mar 15, 2012
sublimehq pushed a commit that referenced this issue Mar 28, 2012
This fixes Issue #52, for macro repeat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants