Skip to content

Commit

Permalink
Merge pull request #85 from jlporter/master
Browse files Browse the repository at this point in the history
resolve issue #83
  • Loading branch information
nicoulaj committed Dec 3, 2011
2 parents 30c365e + d82eee5 commit bb0d575
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions highlighters/main/main-highlighter.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ _zsh_highlight_main_highlighter_predicate()
# Main syntax highlighting function.
_zsh_highlight_main_highlighter()
{
emulate -L zsh
setopt localoptions extendedglob bareglobqual
local start_pos=0 end_pos highlight_glob=true new_expression=true arg style
typeset -a ZSH_HIGHLIGHT_TOKENS_COMMANDSEPARATOR
Expand Down

0 comments on commit bb0d575

Please sign in to comment.