GNOME Bugzilla – Bug 737909
vim: Support count before modifier
Last modified: 2014-10-05 21:22:21 UTC
See patch.
Created attachment 287732 [details] [review] vim: Support count before modifier For commands with a modifier, the optional count may precede either the command or the modifier. The latter is slightly more intuitive in many cases ("delete two words" vs. "two delete words"), so add support for it.
Attachment 287732 [details] pushed as 73d9c20 - vim: Support count before modifier