vim-sneak
vim-sneak copied to clipboard
Sneak_f in operator-pending mode is incorrect if the target is on eol/eof
Configuration (tested on latest nvim/vim):
omap f <Plug>Sneak_f
Buggy cases:
- cursor on
q, rundfyqwerty- expected:
- actual behavior: the target char is not deleted
y
- expected:
- cursor on
q, rundfyqwerty a- expected:
a - actual behavior: deletes newline char
a
- expected:
The first one is a duplicate of #228. The second one I cannot reproduce.
Thanks @ggandor ! Does #292 fix #228 ? I've been hesitating here because of lack of test coverage.