about summary refs log tree commit diff
path: root/Functions/VCS_Info/vcs_info_printsys
diff options
context:
space:
mode:
Diffstat (limited to 'Functions/VCS_Info/vcs_info_printsys')
-rw-r--r--Functions/VCS_Info/vcs_info_printsys2
1 files changed, 1 insertions, 1 deletions
diff --git a/Functions/VCS_Info/vcs_info_printsys b/Functions/VCS_Info/vcs_info_printsys
index f29061463..b44b9c9b4 100644
--- a/Functions/VCS_Info/vcs_info_printsys
+++ b/Functions/VCS_Info/vcs_info_printsys
@@ -7,7 +7,7 @@ setopt extendedglob
 
 local sys
 local -a disabled enabled
-local -Ax vcs_comm
+local -A vcs_comm
 
 zstyle -a ":vcs_info:-init-:${1:-default}:-all-" "enable" enabled
 (( ${#enabled} == 0 )) && enabled=( all )