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 dot-repeat for builtin motions when used with a command #19

Closed
wants to merge 2 commits into from

Conversation

ghostbuster91
Copy link
Owner

@ghostbuster91 ghostbuster91 commented Feb 7, 2024

Fixes #14

TODO:

  • resolve todos
  • fix dfs eating one char when there is no more s in the current line

@Hubro
Copy link

Hubro commented Mar 16, 2024

Hype hype 🕺 🎉

I disabled the nvim-next plugin today because unfortunately, I stumble over the lack of df and dt support more often than I repeat ]c ☹️

Awesome to see you're making progress!

@ghostbuster91
Copy link
Owner Author

This PR is incomplete because there are some unsolved edge-cases.

fyi: I reported the same issue to mini.nvim which has a similar logic in the jump module echasnovski/mini.nvim#688 and it has been fixed.

Now, it is just a matter of porting that fix into nvim-next. The fix itself is not trivial but porting it shouldn't be that hard.

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.

Cannot repeat builtin f/F/t/T motions
2 participants