Fix confusing indent
This commit is contained in:
parent
f9afa190b1
commit
64731c2053
@ -287,7 +287,7 @@ class CommandRunner(QObject):
|
|||||||
result.cmd.run(self._win_id, args)
|
result.cmd.run(self._win_id, args)
|
||||||
|
|
||||||
if (result.cmdline[0] != 'repeat-command' and
|
if (result.cmdline[0] != 'repeat-command' and
|
||||||
result.cmd.mode_allowed(usertypes.KeyMode.normal)):
|
result.cmd.mode_allowed(usertypes.KeyMode.normal)):
|
||||||
global last_command
|
global last_command
|
||||||
last_command = (self._parse_count(text)[1],
|
last_command = (self._parse_count(text)[1],
|
||||||
count if count is not None else result.count)
|
count if count is not None else result.count)
|
||||||
|
Loading…
Reference in New Issue
Block a user