summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2012-05-05 19:46:01 +0200
committermathieui <mathieui@mathieui.net>2012-05-05 19:46:01 +0200
commit1a81466a096751870ffe056510fe71ef579baf3c (patch)
treeead6eab3a54343791664c90837ccad796bec9478 /src
parentc8728b31d50203acac6001e2fc3bc6507d6df857 (diff)
downloadpoezio-1a81466a096751870ffe056510fe71ef579baf3c.tar.gz
poezio-1a81466a096751870ffe056510fe71ef579baf3c.tar.bz2
poezio-1a81466a096751870ffe056510fe71ef579baf3c.tar.xz
poezio-1a81466a096751870ffe056510fe71ef579baf3c.zip
Fix some completions
Diffstat (limited to 'src')
-rw-r--r--src/windows.py2
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