Merge branch 'master' into next

This commit is contained in:
Ben Hilburn 2016-10-26 11:08:53 -04:00
commit 3326353b10
2 changed files with 91 additions and 91 deletions

View file

@ -125,7 +125,7 @@ function +vi-vcs-detect-changes() {
}
function +vi-svn-detect-changes() {
local svn_status=$(svn status)
local svn_status="$(svn status)"
if [[ -n "$(echo "$svn_status" | grep \^\?)" ]]; then
hook_com[unstaged]+=" $(print_icon 'VCS_UNTRACKED_ICON')"
VCS_WORKDIR_HALF_DIRTY=true