mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 16:34:47 +01:00

* 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
23 lines
314 B
ReStructuredText
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>
|