Fix some completions
This commit is contained in:
parent
c8728b31d5
commit
1a81466a09
1 changed files with 1 additions and 1 deletions
|
@ -1080,7 +1080,7 @@ class Input(Win):
|
||||||
self.rewrite_text()
|
self.rewrite_text()
|
||||||
return True
|
return True
|
||||||
|
|
||||||
def auto_completion(self, word_list, add_after, quotify=True):
|
def auto_completion(self, word_list, add_after='', quotify=True):
|
||||||
"""
|
"""
|
||||||
Complete the input, from a list of words
|
Complete the input, from a list of words
|
||||||
if add_after is None, we use the value defined in completion
|
if add_after is None, we use the value defined in completion
|
||||||
|
|
Loading…
Reference in a new issue