Skip to content
This repository was archived by the owner on Apr 6, 2018. It is now read-only.

Insert with count, repeating . with prefix - #609

Closed
jacekkopecky wants to merge 11 commits into
atom:masterfrom
jacekkopecky:insert-with-count
Closed

Insert with count, repeating . with prefix#609
jacekkopecky wants to merge 11 commits into
atom:masterfrom
jacekkopecky:insert-with-count

Conversation

@jacekkopecky

Copy link
Copy Markdown
Contributor

Hi, this one has two extra things: it started as insert with count, then I realized I really wanted it over #565, and also I really needed to fix handling of . with count.
So here's what this PR does:

If you want this PR split, please say which part should go first.

Repeated insert such as `3i` and `3a` now works.
Also, `.` with a count (such as `3.`) now changes the old prefix:
* for example `2dd3.` will delete 2 and then 3 lines, a subsequent `.`
will again delete 3 lines;
* similarly `dl3.` will delete a character and then 3 more, a
subsequent `.` will again delete 3 characters.
@bronsonbronson mentioned this pull request Jul 6, 2015
@jacekkopecky

Copy link
Copy Markdown
ContributorAuthor

#568 is WIP again so this PR will have to be delayed.

@jacekkopecky

Copy link
Copy Markdown
ContributorAuthor

I can get back to this one when we're done with #849 or #568.

@jacekkopeckyjacekkopecky mentioned this pull request Sep 8, 2015
@lee-dohm

Copy link
Copy Markdown
Contributor

As stated in the README, this package is no longer maintained and is deprecated. We recommend that people use the vim-mode-plus package instead. Because of this, we are archiving this repository and closing all issues and pull requests. Thanks very much for your support and contributions!

@lee-dohmlee-dohm closed this Apr 5, 2018
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Does not repeat inserts

3 participants

@jacekkopecky@lee-dohm@winstliu