mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-05 17:00:58 +01:00
fix rest hopefully
This commit is contained in:
parent
c1c6760a37
commit
580626b800
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue