vim-sneak
vim-sneak copied to clipboard
fix: use visual mode for operator-pending mode f/t
f1eb049319bffdda94c5cfeb5c40b603ee9e529f (fix for #177) broke operator-pending mode f when the target is on eol/eof (#291). Revert that commit in order to fix #291, and introduce an alternative fix for #177: exit visual mode if target is not found.
Fixes #291, #177