qutebrowser/tests/unit/completion
Ryan Roden-Corrent 1929883485 Fix bind completion for bindings with arguments.
When a key is bound to a command line that includes one or more
arguments to a command, bind completion should show the whole command
for the "Current" category, and use only the command name to look up the
description.

Fixes #2859, where a crash was caused by looking up the description by
the full command text rather than just the name.
2017-07-25 12:55:44 -04:00
..
test_completer.py Don't regenerate completion model needlessly. 2017-06-19 07:44:11 -04:00
test_completionmodel.py Fix completion-item-del on undeletable item. 2017-07-22 17:16:35 -04:00
test_completionwidget.py Abort resizeEvent if model is None. 2017-07-24 08:16:14 -04:00
test_histcategory.py Merge pull request #2852 from rcorre/fix-max-items 2017-07-24 07:29:15 +02:00
test_listcategory.py Fix unused imports and removeRow override. 2017-07-23 17:30:09 -04:00
test_models.py Fix bind completion for bindings with arguments. 2017-07-25 12:55:44 -04:00