After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 760948 - vim: "dt;" cannot be replayed
vim: "dt;" cannot be replayed
Status: RESOLVED FIXED
Product: gnome-builder
Classification: Other
Component: editor
unspecified
Other Linux
: Normal normal
: ---
Assigned To: GNOME Builder Maintainers
GNOME Builder Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-01-21 16:36 UTC by misko.herko
Modified: 2016-01-21 17:46 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (1.04 KB, patch)
2016-01-21 16:36 UTC, misko.herko
committed Details | Review

Description misko.herko 2016-01-21 16:36:38 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.
Comment 1 sébastien lafargue 2016-01-21 17:45:14 UTC
Review of attachment 319512 [details] [review]:

ok, just fixed brace style and message
thanks
Comment 2 sébastien lafargue 2016-01-21 17:46:23 UTC
committed in master as ddc4338