summaryrefslogtreecommitdiff
path: root/alot/completion/command.py
diff options
context:
space:
mode:
Diffstat (limited to 'alot/completion/command.py')
-rw-r--r--alot/completion/command.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/alot/completion/command.py b/alot/completion/command.py
index a320bf93..72c82ea3 100644
--- a/alot/completion/command.py
+++ b/alot/completion/command.py
@@ -40,6 +40,8 @@ class CommandCompleter(Completer):
self.currentbuffer = currentbuffer
self._commandnamecompleter = CommandNameCompleter(mode)
+ super().__init__()
+
@cached_property
def _querycompleter(self):
return QueryCompleter(self.dbman)