summaryrefslogtreecommitdiff
path: root/alot/completion/commandname.py
diff options
context:
space:
mode:
Diffstat (limited to 'alot/completion/commandname.py')
-rw-r--r--alot/completion/commandname.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/alot/completion/commandname.py b/alot/completion/commandname.py
index 5c946eb6..6f71459b 100644
--- a/alot/completion/commandname.py
+++ b/alot/completion/commandname.py
@@ -17,6 +17,8 @@ class CommandNameCompleter(Completer):
"""
self.mode = mode
+ super().__init__()
+
def complete(self, original, pos):
commandprefix = original[:pos]
logging.debug('original="%s" prefix="%s"', original, commandprefix)