summaryrefslogtreecommitdiff
path: root/alot/completion/commandline.py
diff options
context:
space:
mode:
Diffstat (limited to 'alot/completion/commandline.py')
-rw-r--r--alot/completion/commandline.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/alot/completion/commandline.py b/alot/completion/commandline.py
index 0092c8e7..866ed66f 100644
--- a/alot/completion/commandline.py
+++ b/alot/completion/commandline.py
@@ -23,6 +23,8 @@ class CommandLineCompleter(Completer):
"""
self._commandcompleter = CommandCompleter(dbman, mode, currentbuffer)
+ super().__init__()
+
@staticmethod
def get_context(line, pos):
"""