vim-fanfingtastic
vim-fanfingtastic copied to clipboard
Does not work with the operator-pending "v" command
Pressing v
after an operator toggles the exclusivity of the motion. (:help o_v
)
Without fanfingtastic installed, the command dvFf
on this line:
foo bar tes
when the cursor is on 's' will delete backwards up to and including the 'f' in "foo". This will also delete the character that the cursor was on ('s' in this case).
However, with fanfingtastic installed, dvFf
will not delete 's'. It will delete backwards up to and including 'f' in "foo", but does not also delete the 's'.
A work around for this is to use vFfd
instead. However, It would be nice if fanfingtastic could be consistent with the default behavior.