-
Notifications
You must be signed in to change notification settings - Fork 45
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
Repeating a count camelcase motion only does one camelcase motion #9
Comments
Good point, worth looking into. |
Hi, I emailed @inkarkat recently regarding this plugin (which no longer appears to be on his repo so I don't know if you've taken over control of it or not). I was saying to @inkarkat that I wanted to include the plugin within a book I'm writing for Apress on Vim. Unfortunately I can't really include it if it's causing problems with Vim's repeat command (as it could confuse readers). Is there any chance of this being fixed any time soon (this particular issue has been open for nearly two years now). Ingo had mentioned that he was working on a 2.0 release of this plugin so am interested to know if it's being done as part of this repo or not? Thanks. |
I have not taken over ownership of CamelCaseMotion. I started this repo so that I could have my pathogen bundle point to a copy of CamelCaseMotion with a bugfix I patched in. The 2.0 development will not be happening in this repo. Hope that clarifies things! As for the repeat bug, I haven't been able to successfully integrate with repeat.vim. Hopefully someone with more vimscript expertise can look at the issue. Best wishes for you and your book! |
No problem. Thanks for the feedback! |
I have the mapping:
When I do
2cw
or2dw
, it deletes two words the first time, but then when I repeat the action using.
, it only deletes one word.This might need to be fixed using https://github.com/tpope/vim-repeat.
The text was updated successfully, but these errors were encountered: