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 763438 - vim rx command does not undo properly
vim rx command does not undo properly
Status: RESOLVED FIXED
Product: gnome-builder
Classification: Other
Component: keybindings
unspecified
Other Linux
: Normal normal
: ---
Assigned To: GNOME Builder Maintainers
GNOME Builder Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-03-10 09:10 UTC by misko.herko
Modified: 2016-03-10 10:06 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fix (971 bytes, patch)
2016-03-10 09:10 UTC, misko.herko
committed Details | Review

Description misko.herko 2016-03-10 09:10:22 UTC
Created attachment 323593 [details] [review]
fix

how to reproduce:
enable vim key bindings, navigate to some character,
press 'rx', the character is changed to x, press 'u'
expected:
the character is changed back from 'x' to original
actual:
the 'x' is deleted, second 'u' press inserts the original character back
Comment 1 Christian Hergert 2016-03-10 10:06:22 UTC
LGTM, thanks!