Merge branch 'visual' of github.com:artur-shaik/qutebrowser into visual

This commit is contained in:
Artur Shaik 2015-05-05 12:24:57 +06:00
commit 15c8a937f4

View File

@ -180,6 +180,7 @@ class BaseKeyParser(QObject):
count, cmd_input = self._split_count()
print(count, cmd_input)
if not cmd_input:
# Only a count, no command yet, but we handled it
return self.Match.other