justinmk / vim-sneak

The missing motion for Vim :athletic_shoe:
http://www.vim.org/scripts/script.php?script_id=4809
MIT License
3.24k stars 88 forks source link

fix: use visual mode for operator-pending mode f/t #292

Open tomtomjhj opened 2 years ago

tomtomjhj commented 2 years ago

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