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

`xpip` just uses the regular `pip` completer and it doesn't need its own entry in the `__xonsh_completers__` dict. That will just run the same checks twice and slow down completions overall.
13 lines
147 B
ReStructuredText
13 lines
147 B
ReStructuredText
**Added:** None
|
|
|
|
**Changed:** None
|
|
|
|
**Deprecated:** None
|
|
|
|
**Removed:** None
|
|
|
|
**Fixed:**
|
|
|
|
* Removed duplicate ``pip`` completer
|
|
|
|
**Security:** None
|