Register :nextsearch command.

This commit is contained in:
Florian Bruhin 2014-04-22 15:04:40 +02:00
parent 963066b4bd
commit 7758289f8b

View File

@ -107,6 +107,7 @@ class SearchParser(QObject):
"""
self._search(text, rev=True)
@cmdutils.register(instance='searchparser', hide=True)
def nextsearch(self, count=1):
"""Continue the search to the ([count]th) next term.