Details
-
Suggestion
-
Resolution: Done
-
Not Evaluated
-
Qt Creator 2.3.1
-
None
-
Linux, qt-creator-2.3.1 and qt-core-4.7.4
-
f73dc6f44414610074a2ab064e07c4249991174a
Description
In fakevim mode, vim command line handles '&' in substitution strangely. For example, I want to replace all 'a' with '&' in a line,
:.s/a/\&/g
this works in vim, but gives me '\&' in fakevim. of course,
:.s/a/&/g
is essential no-op.
Fakevim should handle escape of & as in vim
Attachments
For Gerrit Dashboard: QTCREATORBUG-6434 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
7847,1 | fakevim: fix replacement of '\&' | 2.4 | qt-creator/qt-creator | Status: MERGED | +2 | 0 |