summaryrefslogtreecommitdiff
path: root/tests/unit/completion/test_completer.py
AgeCommit message (Expand)Author
2021-01-26doc: Switch URLs to httpsFlorian Bruhin
2021-01-20Bump copyright yearsFlorian Bruhin
2021-01-20Rename :buffer to :tab-selectFlorian Bruhin
2020-07-29Move current tab to CompletionInfoFlorian Bruhin
2020-01-04Adjust copyrights for 2020Florian Bruhin
2019-02-22Update copyright for 2019Jay Kamat
2018-11-30Add cmdutils.Value instead of using count=True/win_id=TrueFlorian Bruhin
2018-11-29Move CommandError to api.cmdutilsFlorian Bruhin
2018-11-29Move cmdutils.cmd_dict to objects.commandsFlorian Bruhin
2018-11-28Remove unnecessary pass statementsFlorian Bruhin
2018-06-09Remove the deprecated :tab-detachFlorian Bruhin
2018-03-31Regen completion if args change.Ryan Roden-Corrent
2018-03-25Completion for varargs.Ryan Roden-Corrent
2018-03-02Simplify mock checksFlorian Bruhin
2018-03-01Don't crash first completion update with min_chars.Ryan Roden-Corrent
2018-02-05Update copyright yearsFlorian Bruhin
2018-01-04Don't attempt completion if input starts with flag.Ryan Roden-Corrent
2017-12-15pylint: Re-enable bad-continuationFlorian Bruhin
2017-12-03Style improvementsFlorian Bruhin
2017-12-03Don't show current window for :tab-give/:tab-take.Ryan Roden-Corrent
2017-11-02Change test to avoid calling private functionsLuca Benci
2017-10-31Change tests for trailing-space behaviour changeLuca Benci
2017-10-27Fix `test_quickcomplete_flicker`Luca Benci
2017-10-03Remove --force for :bind and config.bind(...)Florian Bruhin
2017-09-15Quote a completed value if it contains "Florian Bruhin
2017-09-04Pass CompletionInfo to completion functions.Ryan Roden-Corrent
2017-08-20Fix completion tests after config merge.Ryan Roden-Corrent
2017-08-06Merge remote-tracking branch 'upstream/master' into HEADRyan Roden-Corrent
2017-07-04Fix pylintFlorian Bruhin
2017-07-04Skip broken completion testsFlorian Bruhin
2017-07-04Rename tabs.new_position/_explicit to .related/.unrelatedFlorian Bruhin
2017-06-19Don't regenerate completion model needlessly.Ryan Roden-Corrent
2017-06-19Decouple categories from completionmodel.Ryan Roden-Corrent
2017-06-19Fix pylint and flake8 for SQL work.Ryan Roden-Corrent
2017-06-19Simplify sorting logic in sortfilter.Ryan Roden-Corrent
2017-06-19Remove completion.instances, usertypes.Completion.Ryan Roden-Corrent
2017-06-19Implement completion models as functions.Ryan Roden-Corrent
2017-05-23tests: Use pytest.paramFlorian Bruhin
2017-05-09Finally update copyrights...Florian Bruhin
2017-04-13Adjustments for new pylint versionFlorian Bruhin
2017-03-01Use three-argument form of monkeypatch.*attrFlorian Bruhin
2016-10-10Remove :<count>:cmd syntax support.Ryan Roden-Corrent
2016-09-21Completer: don't try to partition search.Ryan Roden-Corrent
2016-09-14Pass string, not index from on_selection_changed.Ryan Roden-Corrent
2016-09-12Strip quotes from completion pattern.Ryan Roden-Corrent
2016-09-12Test pattern for Completion.update_completion.Ryan Roden-Corrent
2016-09-12Don't crash Completer on unknown command.Ryan Roden-Corrent
2016-09-12Test on_selection_changed with maxsplitRyan Roden-Corrent
2016-09-12Fix flake8/pylint errors.Ryan Roden-Corrent
2016-09-12Fix quick-complete highlighting quirk.Ryan Roden-Corrent