-
Notifications
You must be signed in to change notification settings - Fork 15
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
cw #69
Comments
I fixed this a while back. Try updating the plugin? |
Oh, the cursor is on the space before the I can't reproduce the second case. |
2 is more of a feature request. i'll probably have a look at making a PR at some point. |
to be clear, what i explained in 2 is also default vim behavior for |
Yes, I know. I specifically reproduced the behavior of |
It would be elegant if the cpoptions preference for this would be respected In Vim, this is
(note: lowercase) But in NeoVim, it's
Docs: Vim: https://vimhelp.org/options.txt.html#cpo-z Oh yes also, I reproduced your "Thing 1". I'm interested in this issue as a whole. |
ok so there are two things i have noticed.
thing 1:
cw
here will change up to the underscore. default vimcw
will change up to the a (it goes up to the word, not to the end of the word)thing 2:
vims special case for cw (see https://old.reddit.com/r/vim/comments/26nut8/why_does_cw_work_like_ce/)
it would be nice if there was an option for the more canonical version of
cw
eg:
dw
here would delete to the (cw
deletes up to (not including) the space, so it's likece
The text was updated successfully, but these errors were encountered: