Fix #3029 (reset completion when a command is executed)
This commit is contained in:
parent
abc3af1bac
commit
8f373ccb0e
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue