Whoops...

This commit is contained in:
Florian Bruhin 2016-08-19 13:42:38 +02:00
parent b6f35a52cd
commit d25fde4f29

View File

@ -227,7 +227,7 @@ class HintKeyParser(keyparser.CommandKeyParser):
if keytype == self.Type.chain:
hintmanager = objreg.get('hintmanager', scope='tab',
window=self._win_id, tab='current')
hintmanager.fire(cmdstr)
hintmanager.handle_partial_key(cmdstr)
else:
# execute as command
super().execute(cmdstr, keytype, count)