Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed variables, string concat to expansion.
Added "File" prefix to (now) FileAddedText, FileModifiedText, FileRemovedText, and FileConflictedText--before, LocalWorkingStatusSymbol and ConflictedText had the same content by default ("!"), as did LocalStagedStatusSymbol and ModifiedText ("~"). Changed prompt output of the above variables to use string expansion rather than concatenation. Also re-aligned several indentation blocks from 2-space to 4-space indents. In my opinion, tabs help avoid these issues, but I'll defer to the lead coder here. Several lines had nothing but spaces on them, so I removed the spaces (keeping the empty double line-break).
- Loading branch information