Get qutebrowser to the point where it can at least start - Declare _messages earlier in MessageView.__init__ so it is set before the config trigger tries to access it. - Remove unused configmodel completion functions - Move bind completion to configmodel to avoid a circular import with the config module - Fix some config accesses (forgot to use .val) - Fix old Completion.CompletionKind references |
||
---|---|---|
.. | ||
test_completer.py | ||
test_completionmodel.py | ||
test_completionwidget.py | ||
test_histcategory.py | ||
test_listcategory.py | ||
test_models.py |