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
When deleting to a line with <operator><number>G, vis only deletes up to the line instead of also deleting the given line number. Other operators correct delete the given line as well.
Steps to reproduce
Create the testing file:
foo
bar
d2G
both lines should be deleted but only the first line foo is deleted