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

Fix repeat #12

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

charlespascoe
Copy link

@charlespascoe charlespascoe commented Oct 29, 2022

Fixes #1 - better late than never :)

A few things to note about the changes:

  • It supports repeat for everything except c, !, z[, and z], though I'm still thinking about how these could be solved
  • It uses partial functions, which means it requires a minimum of Vim 8.0 (released September 2016)
  • I've also added support for registers (it didn't seem worth it to have a separate pull request)

I also wasn't sure whether to add something about the repeat caveats in the README, but I made sure to include something in the docs.

Fixes tommcdo#1

- It supports repeat for everything except `c`, `!`, `z[`, and `z]`
- It uses partial functions, which require Vim 8.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make it repeatable
1 participant