Closed leg7 closed 1 year ago
w and b skip over the number
example (^ are the positions the cursor jumps to with w and b)
divisibleBy10Test ^--------^---^
end skips over subword before number
example:
divisibleBy10Test --------^---^---^
kebab-case works as expected.
...
0.9.4
not that I know of.
cw
de
Ah, good call, actually never noticed since I rarely have numbers in my camelCase words. Fixed.
Bug Description
w and b skip over the number
example (^ are the positions the cursor jumps to with w and b)
end skips over subword before number
example:
kebab-case works as expected.
Reproduction & Sample Text
...
neovim version
Special Settings
Make sure you have done the following
cw
,de
, …), I read the notes on operator-pending mode in the README.