Add space between remote icon and commit hash

This commit is contained in:
Carlos Álvaro 2019-07-03 08:08:21 +02:00
commit a8c759e4af
No known key found for this signature in database
GPG key ID: AFEB19BC24ACCFE5
2 changed files with 4 additions and 5 deletions

View file

@ -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