mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00

* Fix: change xonsh/completer.py:Completer.complete_with_context and xonsh/completer.py:Completer.complete_line to use the python context prefix if available. Add simple regression test: tests/test_completer.py:test_python_only_context * Add news item * Fix: misspelled 'command' * Update fix_python_only_completion.rst * Update fix_python_only_completion.rst --------- Co-authored-by: Andy Kipp <anki-code@users.noreply.github.com>
23 lines
236 B
ReStructuredText
23 lines
236 B
ReStructuredText
**Added:**
|
|
|
|
* <news item>
|
|
|
|
**Changed:**
|
|
|
|
* <news item>
|
|
|
|
**Deprecated:**
|
|
|
|
* <news item>
|
|
|
|
**Removed:**
|
|
|
|
* <news item>
|
|
|
|
**Fixed:**
|
|
|
|
* completer: Fixed exception when in python-only completion context (#5632).
|
|
|
|
**Security:**
|
|
|
|
* <news item>
|