about summary refs log tree commit diff
path: root/Functions/VCS_Info/Backends/VCS_INFO_get_data_p4
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@gmail.com>2015-08-09 23:53:24 +0200
committerMikael Magnusson <mikachu@gmail.com>2015-08-12 04:31:22 +0200
commitc5abf2bcff289363207e0faae8fd33413f59231f (patch)
treec0ca2af7b1eefc76376841d0697755d3c9993013 /Functions/VCS_Info/Backends/VCS_INFO_get_data_p4
parentc21a3fddf4e2b1117a3d51196091a2da34a869b6 (diff)
downloadzsh-c5abf2bcff289363207e0faae8fd33413f59231f.tar.gz
zsh-c5abf2bcff289363207e0faae8fd33413f59231f.tar.xz
zsh-c5abf2bcff289363207e0faae8fd33413f59231f.zip
36077: vcs_info: stop exporting everything
Diffstat (limited to 'Functions/VCS_Info/Backends/VCS_INFO_get_data_p4')
-rw-r--r--Functions/VCS_Info/Backends/VCS_INFO_get_data_p42
1 files changed, 1 insertions, 1 deletions
diff --git a/Functions/VCS_Info/Backends/VCS_INFO_get_data_p4 b/Functions/VCS_Info/Backends/VCS_INFO_get_data_p4
index 430cfa6f0..329884982 100644
--- a/Functions/VCS_Info/Backends/VCS_INFO_get_data_p4
+++ b/Functions/VCS_Info/Backends/VCS_INFO_get_data_p4
@@ -6,7 +6,7 @@
 setopt localoptions extendedglob
 local p4base a b
 local -A p4info
-local -xA hook_com
+local -A hook_com
 
 ${vcs_comm[cmd]} info | while IFS=: read a b; do p4info[${a// /_}]="${b## #}"; done
 p4base=${vcs_comm[basedir]}