Fix #3029 (reset completion when a command is executed)

This commit is contained in:
mathieui 2015-04-12 18:24:21 +02:00
parent abc3af1bac
commit 8f373ccb0e
No known key found for this signature in database
GPG key ID: C59F84CEEFD616E3

View file

@ -290,6 +290,7 @@ class Tab(object):
else:
arg = xhtml.clean_text_simple(arg)
if func:
self.input.reset_completion()
func(arg)
return True
else: