Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P2: Important
-
Resolution: Done
-
Affects Version/s: Qt Creator 4.13.0
-
Fix Version/s: Qt Creator 4.14.0-beta1
-
Component/s: FakeVim
-
Labels:None
-
Platform/s:
-
Commits:35932385bc4d6b129232a279fe3ad872aa92ba33
Description
Since at least Qt Creator 4.13.0 it's not possible to call a recorded vim macro (recorded with q<register>) with the key @. It worked well before.
Typing :normal @<register> still works
Maybe there is a conflict with the @+mouse click feature ?
EDIT: So it seems that the bug happens only on french AZERTY layout (or similar?). Because to type '@' we have to do ALTGR+0. But ALTGR trigger the "Go to symbol definition in a splitted window" feature.