You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we'd want to have backwards compatibility with regular cw, then this case is not covered:
c<cmd>lua
^ cursor on first letter
ce on the single letter word c initates a change word of the whole chunk c<cmd.
I'm talking about ce here because that's described as the "vanilla nvim cw behaviour".
Reproduction & Sample Text
c<cmd>lua
^ cursor on first letter
command cefoo<Esc>
Actual text after: foo>lua
Expected text after foo<cmd>lua
neovim version
0.9.5
Special Settings
No response
Thanks for the nice plugin, I think your notion of insignificant punctuation is right. If this issue is just annoying, then let's close it, I just thought it was interesting to discuss this.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale. If this issue is still affecting you, please leave any comment, for example "bump", and it will be kept open.
Make sure you have done the following
cw
ordw
, I have read the note onw
in operator pending mode.Bug Description
If we'd want to have backwards compatibility with regular cw, then this case is not covered:
ce
on the single letter wordc
initates a change word of the whole chunkc<cmd
.I'm talking about
ce
here because that's described as the "vanilla nvim cw behaviour".Reproduction & Sample Text
command
cefoo<Esc>
Actual text after:
foo>lua
Expected text after
foo<cmd>lua
neovim version
Special Settings
No response
Thanks for the nice plugin, I think your notion of insignificant punctuation is right. If this issue is just annoying, then let's close it, I just thought it was interesting to discuss this.
The text was updated successfully, but these errors were encountered: