xonsh/news/non-exclusive-completers.rst
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

23 lines
314 B
ReStructuredText

**Added:**
* Non-exclusive completers that enable aggregating multiple completer results.
**Changed:**
* Completers for ``and/or``, ``&&/||/|`` and environment variables are now non-exclusive.
**Deprecated:**
* <news item>
**Removed:**
* <news item>
**Fixed:**
* <news item>
**Security:**
* <news item>