Fix some completions

This commit is contained in:
mathieui 2012-05-05 19:46:01 +02:00
parent c8728b31d5
commit 1a81466a09

View file

@ -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