xonsh/news/fix_comma_alias.rst
Gil Forsyth 42843d704e fix for aliases that start with a comma
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.
2016-10-11 16:03:32 -04:00

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