xonsh/tests/completers
Daniel Shimon 6df8fe9ba7
Non exclusive completers (#4259)
* completers: Move `apply_lprefix` to completers/tools.py

* completers: Implement non-exclusive completers

* completers: Make end_proc keywords and tokens non-exclusive

* completers: Implement environment vars non-exclusive completer

* news: Add non-exclusive-completers
2021-05-11 09:50:40 -04:00
..
test_base_completer.py Close 4215: Added env variable to ignore ./ and ../ in filepath completion (#4241) 2021-04-27 09:28:17 -04:00
test_bash_completer.py Improve bash completions - Pass parsed command line to py-bash-commands (#4219) 2021-04-12 15:37:35 -04:00
test_completer_command.py Completion context (#4017) 2021-03-30 13:37:56 -04:00
test_dir_completers.py Close 4215: Added env variable to ignore ./ and ../ in filepath completion (#4241) 2021-04-27 09:28:17 -04:00
test_environment_completer.py Non exclusive completers (#4259) 2021-05-11 09:50:40 -04:00
test_pip_completer.py Completion context (#4017) 2021-03-30 13:37:56 -04:00
test_xompletions.py Completion context (#4017) 2021-03-30 13:37:56 -04:00