summaryrefslogtreecommitdiff
path: root/src/normal.cc
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2022-08-03 20:37:44 +1000
committerMaxime Coste <mawww@kakoune.org>2022-08-03 20:37:44 +1000
commit31e9fc3cefcbea03d4eaad75ed0dab3da8f3dc6f (patch)
tree30cc92b8d541a3c750fc522c808b7a0ece99e63a /src/normal.cc
parentfa209a9a97c652dffd2986e5e97b55b5dc4826a2 (diff)
parent395f43837898a1a1ac19755e479ad6aa1a574c25 (diff)
Merge remote-tracking branch 'krobelus/history-in-mappings'
Diffstat (limited to 'src/normal.cc')
-rw-r--r--src/normal.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/normal.cc b/src/normal.cc
index 09aad6f8..68a5fd6f 100644
--- a/src/normal.cc
+++ b/src/normal.cc
@@ -2014,6 +2014,7 @@ void exec_user_mappings(Context& context, NormalParams params)
auto& mapping = context.keymaps().get_mapping(key, KeymapMode::User);
ScopedSetBool disable_keymaps(context.keymaps_disabled());
+ ScopedSetBool disable_history(context.history_disabled());
InputHandler::ScopedForceNormal force_normal{context.input_handler(), params};