GNOME Bugzilla – Bug 737911
vim: Take count into account when deleting/yanking whole lines
Last modified: 2014-10-05 21:23:09 UTC
See patch.
Created attachment 287734 [details] [review] vim: Take count into account when deleting/yanking whole lines Currently we only delete/yank a single line when using dd/yy, fix that.
Created attachment 287738 [details] [review] vim: Handle count in delete_to_end 'D' is documented to "Delete the characters under the cursor until the end of the line and [count]-1 more lines". Do that.
Attachment 287734 [details] pushed as 4d18775 - vim: Take count into account when deleting/yanking whole lines Attachment 287738 [details] pushed as 54ec25f - vim: Handle count in delete_to_end