mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-12 08:10:07 +00:00
Fix '+vi-svn-detect-changes:local:1: not valid in this context'
This commit is contained in:
parent
c4fdc8f708
commit
bddbdd62e8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue