xonsh/news/subprocess-completions-dir-spaces.rst
Łukasz Langa 43f62750ac
Don't append a space if the single available completion ends with a directory separator (#5792)
* Don't append a space if the single available completion ends with a directory separator

* Update subprocess-completions-dir-spaces.rst

---------

Co-authored-by: Andy Kipp <anki-code@users.noreply.github.com>
2025-02-11 11:16:43 +06:00

27 lines
435 B
ReStructuredText

**Added:**
* <news item>
**Changed:**
* <news item>
**Deprecated:**
* <news item>
**Removed:**
* <news item>
**Fixed:**
* Subprocess-based completions like
`xontrib-fish-completer <https://github.com/xonsh/xontrib-fish-completer>`_
no longer append a space if the single available completion ends with
a directory separator. This is consistent with the behavior of the
default completer.
**Security:**
* <news item>