Add space between remote icon and commit hash
This commit is contained in:
parent
09cebc2887
commit
a8c759e4af
2 changed files with 4 additions and 5 deletions
|
@ -141,6 +141,8 @@ function +vi-vcs-detect-changes() {
|
|||
vcs_visual_identifier='VCS_SVN_ICON'
|
||||
fi
|
||||
|
||||
[[ -n "$vcs_visual_identifier" ]] && vcs_visual_identifier="$vcs_visual_identifier "
|
||||
|
||||
if [[ -n "${hook_com[staged]}" ]] || [[ -n "${hook_com[unstaged]}" ]]; then
|
||||
VCS_WORKDIR_DIRTY=true
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue