Make a few variables local

This commit is contained in:
jimmijj 2014-09-29 13:30:26 +00:00
commit df2041e2d6
2 changed files with 2 additions and 2 deletions

View file

@ -35,7 +35,6 @@
# Array declaring active highlighters names.
typeset -ga ZSH_HIGHLIGHT_HIGHLIGHTERS
typeset -gA ZSH_HIGHLIGHT_FILES
# Update ZLE buffer syntax highlighting.
#
@ -107,6 +106,7 @@ _zsh_highlight()
# Array used by highlighters to declare user overridable styles.
typeset -gA ZSH_HIGHLIGHT_STYLES
typeset -gA ZSH_HIGHLIGHT_FILES
# Whether the command line buffer has been modified or not.
#