Skip to content

Commit 50cdb75

Browse files
committed
Merge remote-tracking branch 'SeerLite/macro-disable-keymaps'
2 parents 8f02746 + bdf6b6e commit 50cdb75

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/normal.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1612,6 +1612,7 @@ void replay_macro(Context& context, NormalParams params)
16121612
auto keys = parse_keys(reg_val[0]);
16131613
ScopedEdition edition(context);
16141614
ScopedSelectionEdition selection_edition{context};
1615+
ScopedSetBool disable_keymaps(context.keymaps_disabled());
16151616
do
16161617
{
16171618
for (auto& key : keys)

0 commit comments

Comments
 (0)