diff options
author | mathieui <mathieui@mathieui.net> | 2012-05-05 19:46:01 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2012-05-05 19:46:01 +0200 |
commit | 1a81466a096751870ffe056510fe71ef579baf3c (patch) | |
tree | ead6eab3a54343791664c90837ccad796bec9478 /src/windows.py | |
parent | c8728b31d50203acac6001e2fc3bc6507d6df857 (diff) | |
download | poezio-1a81466a096751870ffe056510fe71ef579baf3c.tar.gz poezio-1a81466a096751870ffe056510fe71ef579baf3c.tar.bz2 poezio-1a81466a096751870ffe056510fe71ef579baf3c.tar.xz poezio-1a81466a096751870ffe056510fe71ef579baf3c.zip |
Fix some completions
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 |