mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-06 09:20:57 +01:00

The `path` completer runs for many commands (which is the correct behavior) but we are adding in possible `CDPATH` completions for commands other than `cd` which doesn't make any sense since only `cd` supports path resolution via `CDPATH`.
13 lines
181 B
ReStructuredText
13 lines
181 B
ReStructuredText
**Added:** None
|
|
|
|
**Changed:** None
|
|
|
|
**Deprecated:** None
|
|
|
|
**Removed:** None
|
|
|
|
**Fixed:**
|
|
|
|
* completions relative to ``CDPATH`` only trigger when used with ``cd``
|
|
|
|
**Security:** None
|