Fix confusing indent

This commit is contained in:
Jan Verbeek 2016-06-29 21:23:42 +02:00
parent f9afa190b1
commit 64731c2053

View File

@ -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)