Remove obsolete TODO.
New aliases will now show up without a signal, as completions are generated on-demand.
This commit is contained in:
parent
b61691684e
commit
00be9e3c7f
@ -109,8 +109,6 @@ class CompletionView(QTreeView):
|
|||||||
super().__init__(parent)
|
super().__init__(parent)
|
||||||
self.pattern = ''
|
self.pattern = ''
|
||||||
self._win_id = win_id
|
self._win_id = win_id
|
||||||
# FIXME handle new aliases.
|
|
||||||
# objreg.get('config').changed.connect(self.init_command_completion)
|
|
||||||
objreg.get('config').changed.connect(self._on_config_changed)
|
objreg.get('config').changed.connect(self._on_config_changed)
|
||||||
|
|
||||||
self._active = False
|
self._active = False
|
||||||
|
Loading…
Reference in New Issue
Block a user