diff options
| author | Maxime Coste <mawww@kakoune.org> | 2025-06-19 09:52:43 +1000 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2025-06-19 09:52:43 +1000 |
| commit | 50cdb754fb9cc1d8af79285cf6076330de02de20 (patch) | |
| tree | 956715eb51eaf3355d6391cb89fc4d42a973f684 /src | |
| parent | 8f027467d1bd3a11d3ed0f8086e7292823c884f3 (diff) | |
| parent | bdf6b6eff468b2c2fd2f10e2247192a8fc4559ba (diff) | |
Merge remote-tracking branch 'SeerLite/macro-disable-keymaps'
Diffstat (limited to 'src')
| -rw-r--r-- | src/normal.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/normal.cc b/src/normal.cc index a2a2504b..0d216436 100644 --- a/src/normal.cc +++ b/src/normal.cc @@ -1612,6 +1612,7 @@ void replay_macro(Context& context, NormalParams params) auto keys = parse_keys(reg_val[0]); ScopedEdition edition(context); ScopedSelectionEdition selection_edition{context}; + ScopedSetBool disable_keymaps(context.keymaps_disabled()); do { for (auto& key : keys) |
