about summary refs log tree commit diff
path: root/Functions/VCS_Info/vcs_info_lastmsg
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/vcs_info_lastmsg
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/vcs_info_lastmsg')
-rw-r--r--Functions/VCS_Info/vcs_info_lastmsg2
1 files changed, 1 insertions, 1 deletions
diff --git a/Functions/VCS_Info/vcs_info_lastmsg b/Functions/VCS_Info/vcs_info_lastmsg
index ddfaaf88b..438567cef 100644
--- a/Functions/VCS_Info/vcs_info_lastmsg
+++ b/Functions/VCS_Info/vcs_info_lastmsg
@@ -5,7 +5,7 @@
 emulate -L zsh
 
 local -i i
-local -ix maxexports
+local -i maxexports
 
 VCS_INFO_maxexports
 for i in {0..$((maxexports - 1))} ; do