aboutsummaryrefslogtreecommitdiff
path: root/lib/Daffm/Action/Keymap.hs
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Daffm/Action/Keymap.hs')
-rw-r--r--lib/Daffm/Action/Keymap.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Daffm/Action/Keymap.hs b/lib/Daffm/Action/Keymap.hs
index 4463446..c3079c9 100644
--- a/lib/Daffm/Action/Keymap.hs
+++ b/lib/Daffm/Action/Keymap.hs
@@ -11,7 +11,7 @@ processKeySequence = do
let match = matchKeySequence stateKeyMap stateKeySequence
case match of
MatchSuccess cmd -> do
- processCommand cmd
+ processCommand cmd ""
modify (\st -> st {stateKeySequence = []})
MatchPartial -> pure ()
MatchFailure -> do