Whoops...
This commit is contained in:
parent
b6f35a52cd
commit
d25fde4f29
@ -227,7 +227,7 @@ class HintKeyParser(keyparser.CommandKeyParser):
|
|||||||
if keytype == self.Type.chain:
|
if keytype == self.Type.chain:
|
||||||
hintmanager = objreg.get('hintmanager', scope='tab',
|
hintmanager = objreg.get('hintmanager', scope='tab',
|
||||||
window=self._win_id, tab='current')
|
window=self._win_id, tab='current')
|
||||||
hintmanager.fire(cmdstr)
|
hintmanager.handle_partial_key(cmdstr)
|
||||||
else:
|
else:
|
||||||
# execute as command
|
# execute as command
|
||||||
super().execute(cmdstr, keytype, count)
|
super().execute(cmdstr, keytype, count)
|
||||||
|
Loading…
Reference in New Issue
Block a user