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

* Perform path completion filtering based on expanded path This fixes issues with the cd and rmdir completers not working correctly due to os.path.isdir returning false for paths like '~/example'. * Avoid running subsequent completers for cd/rmdir Raise StopIteration in the cd and rmdir completers if nothing is found. This prevents the later completers like the generic 'path' completer from running and returning incorrect results.
23 lines
235 B
ReStructuredText
23 lines
235 B
ReStructuredText
**Added:**
|
|
|
|
* <news item>
|
|
|
|
**Changed:**
|
|
|
|
* <news item>
|
|
|
|
**Deprecated:**
|
|
|
|
* <news item>
|
|
|
|
**Removed:**
|
|
|
|
* <news item>
|
|
|
|
**Fixed:**
|
|
|
|
* Fixed a bug where "cd" and "rmdir" would return non-directory completions
|
|
|
|
**Security:**
|
|
|
|
* <news item>
|