diff options
Diffstat (limited to 'Functions/VCS_Info/vcs_info')
-rw-r--r-- | Functions/VCS_Info/vcs_info | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Functions/VCS_Info/vcs_info b/Functions/VCS_Info/vcs_info index 4a6c518f9..fb87e6a54 100644 --- a/Functions/VCS_Info/vcs_info +++ b/Functions/VCS_Info/vcs_info @@ -37,7 +37,9 @@ vcs_info_setsys # and now, finally create the real vcs_info function vcs_info () { - setopt localoptions noksharrays extendedglob + emulate -L zsh + setopt extendedglob + local -i found local -a enabled disabled local -x usercontext vcs rrn |