emacs-evil / evil-surround

you will be surrounded (surround.vim for evil, the extensible vi layer)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

e fails to jump from end of single letter word

daphniz opened this issue · comments

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)

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.

A PR would be welcome, by the way!