fix rest hopefully

This commit is contained in:
Anthony Scopatz 2018-04-09 15:21:29 -04:00
parent c1c6760a37
commit 580626b800

View file

@ -8,7 +8,7 @@
**Fixed:**
- Commands like ``git c`` would complete to ``git 'checkout '`` because git adds an extra space
* Commands like ``git c`` would complete to ``git 'checkout '`` because git adds an extra space
to the end of the completion, which was being captured in the completion. Xonsh now fixes the git issue
while retaining all whitespace when there is other internal whitespace.