Fix following hints

This commit is contained in:
Florian Bruhin 2018-02-27 09:47:06 +01:00
parent 079fcc7eea
commit 72e30cc12c

View File

@ -927,7 +927,7 @@ class HintManager(QObject):
raise cmdexc.CommandError("No hint {}!".format(keystring))
if select:
self._handle_auto_follow(keystring)
self.handle_partial_key(keystring)
else:
self._fire(keystring)