You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know whether you would like to participate in the discussion on vim_dev? – If not or if you don't have time, I would gladly update the patch and write a test, maybe that will convince Bram to include it. Would that be ok with you?
I realize that you already know this problem very well. But since there is no issue on the issue tracker I figured I'd open one.
Steps to reproduce (_ means space):
On a line containing just
with the cursor on "word",
diw
deletes the word and leaves us withThe command
dViw
deletes the same but "linewise", which means that effectively the whole line is deleted.Using textobj-line to do the same thing:
dil
is the same asdiw
, but withdVil
the "linewise" motion force is ignored.This is not a useful example but it illustrates the problem.
Documentation is at
:h o_v
. I have reopened the discussion on the vim_dev mailing list:https://groups.google.com/d/msg/vim_dev/MNtX3jHkNWw/bhL-o6TlKtgJ
The text was updated successfully, but these errors were encountered: