summaryrefslogtreecommitdiff
path: root/qutebrowser/commands
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-01-20 14:22:30 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-01-20 18:00:38 +0100
commit487f90443cd1bf66bf2368b7a5c004f4e1b27777 (patch)
tree765fc96f316fc5eae8c764407aaa3be61587cc45 /qutebrowser/commands
parent673c0be1798af4a35945ce77c07d4ae1b44bd10c (diff)
downloadqutebrowser-487f90443cd1bf66bf2368b7a5c004f4e1b27777.tar.gz
qutebrowser-487f90443cd1bf66bf2368b7a5c004f4e1b27777.zip
Rename :run-macro and :record-macro
See #6022
Diffstat (limited to 'qutebrowser/commands')
-rw-r--r--qutebrowser/commands/runners.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/qutebrowser/commands/runners.py b/qutebrowser/commands/runners.py
index 2a30344cd..b2fd2d47f 100644
--- a/qutebrowser/commands/runners.py
+++ b/qutebrowser/commands/runners.py
@@ -376,8 +376,7 @@ class CommandRunner(AbstractCommandRunner):
if result.cmdline[0] == 'repeat-command':
record_last_command = False
- if result.cmdline[0] in ['record-macro', 'run-macro',
- 'set-cmd-text']:
+ if result.cmdline[0] in ['macro-record', 'macro-run', 'set-cmd-text']:
record_macro = False
if record_last_command: