From a8c759e4af5c329e11e506773e68e4eca61aca2b Mon Sep 17 00:00:00 2001 From: Carlos Álvaro Date: Wed, 3 Jul 2019 08:08:21 +0200 Subject: Add space between remote icon and commit hash --- functions/vcs.zsh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'functions') diff --git a/functions/vcs.zsh b/functions/vcs.zsh index d89525fd..c217eafd 100755 --- a/functions/vcs.zsh +++ b/functions/vcs.zsh @@ -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 -- cgit v1.2.3