GNOME Bugzilla – Bug 760948
vim: "dt;" cannot be replayed
Last modified: 2016-01-21 17:46:23 UTC
Created attachment 319512 [details] [review] patch how to reproduce: use vim key bindings. use complex command: "dt;" to delete until next ";" navigate somewhere else and press '.' expected: the delete command is replayed. text got deleted until ";" actual: only "dt" part is replayed, you can press ";" or other char to delete.
Review of attachment 319512 [details] [review]: ok, just fixed brace style and message thanks
committed in master as ddc4338