render VCS_GIT_ICON and the like as segment visual identifiers instead of embedding them in the content
This commit is contained in:
parent
cc29061253
commit
c3990c53a9
2 changed files with 12 additions and 20 deletions
|
@ -141,8 +141,6 @@ 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