diff options
Diffstat (limited to 'src/windows.py')
-rw-r--r-- | src/windows.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/windows.py b/src/windows.py index c929de9d..7185346e 100644 --- a/src/windows.py +++ b/src/windows.py @@ -1080,7 +1080,7 @@ class Input(Win): self.rewrite_text() 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 if add_after is None, we use the value defined in completion |