diff --git a/qutebrowser/commands/runners.py b/qutebrowser/commands/runners.py index 78f691191..4fc80f630 100644 --- a/qutebrowser/commands/runners.py +++ b/qutebrowser/commands/runners.py @@ -287,7 +287,7 @@ class CommandRunner(QObject): result.cmd.run(self._win_id, args) if (result.cmdline[0] != 'repeat-command' and - result.cmd.mode_allowed(usertypes.KeyMode.normal)): + result.cmd.mode_allowed(usertypes.KeyMode.normal)): global last_command last_command = (self._parse_count(text)[1], count if count is not None else result.count)