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
wants to merge 11 commits into from

Conversation

jacekkopecky
Copy link
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.
@jacekkopecky
Copy link
Contributor Author

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

@jacekkopecky
Copy link
Contributor Author

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

@lee-dohm
Copy link
Contributor

lee-dohm commented Apr 5, 2018

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-dohm lee-dohm closed this Apr 5, 2018
Sign up for free to 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