vim-sneak icon indicating copy to clipboard operation
vim-sneak copied to clipboard

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

Open tomtomjhj opened this issue 3 years ago • 0 comments

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

tomtomjhj avatar Mar 31 '22 10:03 tomtomjhj