From 3b7dfff7ea5ccb00a9422b2713dffa4fd1d90358 Mon Sep 17 00:00:00 2001
From: theminor <theminor@users.noreply.github.com>
Date: Tue, 26 Jan 2016 17:20:20 -0500
Subject: Add VCS_WORKDIR_HALF_DIRTY vrbl for unstaged files

---
 functions/vcs.zsh | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

(limited to 'functions')

diff --git a/functions/vcs.zsh b/functions/vcs.zsh
index 4a0a7ead..b23b8330 100644
--- a/functions/vcs.zsh
+++ b/functions/vcs.zsh
@@ -10,6 +10,9 @@ function +vi-git-untracked() {
     if [[ $(git rev-parse --is-inside-work-tree 2> /dev/null) == 'true' && \
             -n $(git ls-files --others --exclude-standard | sed q) ]]; then
         hook_com[unstaged]+=" %F{$POWERLEVEL9K_VCS_FOREGROUND}$(print_icon 'VCS_UNTRACKED_ICON')%f"
+        VCS_WORKDIR_HALF_DIRTY=true
+    else
+        VCS_WORKDIR_HALF_DIRTY=false
     fi
 }
 
@@ -90,4 +93,3 @@ function +vi-vcs-detect-changes() {
     VCS_WORKDIR_DIRTY=false
   fi
 }
-
-- 
cgit v1.2.3