e fails to jump from end of single letter word
daphniz opened this issue · comments
D commented
Type
a bald king
place point before 'a' and do 'yseb'. You will now have
(a) bald king
rather than
(a bald) king
as in VIM. In fact, there is no way to get this from that position.
'ys2eb' will give
(a bald king)
Filipe Silva commented
I think the "counting" error is actually linked to another bug already reported. And yes, the behaviour is different than we get in vim. Thanks for reporting.
Filipe Silva commented
A PR would be welcome, by the way!