qutebrowser/tests/unit/completion
Ryan Roden-Corrent f237a87ad0 Completion for varargs.
When a command has positional varargs, keep offering the configured
completion for each successive argument.

Right now this only influences `config-cycle`.

Previously, `config-cycle <option> ` would offer a value completion for
only the first argument after the option. Now it will keep offering
value completion for each successive argument.

This will be useful for passing multiple tags to the new bookmark
commands that will be added for #882.
2018-03-25 21:59:30 -04:00
..
test_completer.py Completion for varargs. 2018-03-25 21:59:30 -04:00
test_completionmodel.py Update copyright years 2018-02-05 12:19:50 +01:00
test_completionwidget.py Update copyright years 2018-02-05 12:19:50 +01:00
test_histcategory.py Resolve empty completion.timestamp_format crash. 2018-03-01 07:54:20 -05:00
test_listcategory.py Update copyright years 2018-02-05 12:19:50 +01:00
test_models.py Merge remote-tracking branch 'origin/pr/3613' 2018-03-13 08:39:36 +01:00