mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-05 17:00:58 +01:00

For 0.4.7 I added in logic to split on commas so that completion worked inline with comma separated terms. This inadvertently broke completion behavior for aliases starting with a comma. The rest of the characters that we split on aren't valid syntax for beginning an alias, but commas are.
13 lines
186 B
ReStructuredText
13 lines
186 B
ReStructuredText
**Added:** None
|
|
|
|
**Changed:** None
|
|
|
|
**Deprecated:** None
|
|
|
|
**Removed:** None
|
|
|
|
**Fixed:**
|
|
|
|
* Aliases that begin with a comma now complete correctly (no spurious comma)
|
|
|
|
**Security:** None
|