qutebrowser/qutebrowser/completion
Ryan Roden-Corrent 051a00804b Use regular dict in get_reverse_bindings_for.
Returning a defaultdict made the caller's code look confusing, as it
wasn't clear why there wouldn't be a Keyerror in some cases. Instead,
let the caller explicitly use `get`.
2016-08-10 06:56:44 -04:00
..
models Use regular dict in get_reverse_bindings_for. 2016-08-10 06:56:44 -04:00
__init__.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
completer.py Remove Command.completion. 2016-08-06 11:59:04 -04:00
completiondelegate.py Specify completion category font in HTML 2016-08-01 14:56:51 +02:00
completionwidget.py Combine completion-item-{prev,next}. 2016-08-08 07:37:53 -04:00