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

Using '.' to repeat last change doesn't account for camel-wise words. #12

Closed
dylanpyle opened this issue Mar 12, 2013 · 2 comments
Closed

Comments

@dylanpyle
Copy link

I don't know enough to know if this is a solvable problem. Here are the steps I'm taking.

  • Move to the middle of a camel-wise chunk of a longer CamelCasedWord.
    • Example with () representing my cursor: Ca(m)elCasedWord.
  • ci,w, change it to something else.
  • Move to another piece of a different word, press .

Expected action: The camel-wise chunk of the word I'm now in is replaced in the same manner.
Actual action: Characters from the current cursor position are replaced, up to a total count of the same number of letters previously replaced.

@bkad
Copy link
Owner

bkad commented Mar 13, 2013

Sounds like the issue reported in #9. Lemme know if it isn't.

@bkad bkad closed this as completed Mar 13, 2013
@dylanpyle
Copy link
Author

Yep, no idea if the root cause of #9 is the same but it sounds similar enough that it certainly might be. Thanks!

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

No branches or pull requests

2 participants