summaryrefslogtreecommitdiff
path: root/qutebrowser/commands/runners.py
diff options
context:
space:
mode:
Diffstat (limited to 'qutebrowser/commands/runners.py')
-rw-r--r--qutebrowser/commands/runners.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/qutebrowser/commands/runners.py b/qutebrowser/commands/runners.py
index 107bf9156..1ad563c5d 100644
--- a/qutebrowser/commands/runners.py
+++ b/qutebrowser/commands/runners.py
@@ -172,10 +172,10 @@ class CommandRunner(AbstractCommandRunner):
result.cmd.run(self._win_id, args, count=count)
- if result.cmdline[0] == 'repeat-command':
+ if result.cmdline[0] in ['repeat-command', 'cmd-repeat-last']:
record_last_command = False
- if result.cmdline[0] in ['macro-record', 'macro-run', 'set-cmd-text']:
+ if result.cmdline[0] in ['macro-record', 'macro-run', 'set-cmd-text', 'cmd-set-text']:
record_macro = False
if record_last_command: