Skip to content

Commit

Permalink
Merge branch 'master' of github.com:nicoulaj/zsh-syntax-highlighting
Browse files Browse the repository at this point in the history
Conflicts:
	zsh-syntax-highlighting.zsh
  • Loading branch information
nicoulaj committed Jun 12, 2011
2 parents 0772ddd + 0999ab0 commit 55e6a85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zsh-syntax-highlighting.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ _zsh_highlight()
# Remove what was stored in its cache from region_highlight.
cache_place="_zsh_highlight_${highlighter}_highlighter_cache"
[[ ${#${(P)cache_place}} -gt 0 ]] && region_highlight=(${region_highlight:#(${(P~j.|.)cache_place})})

fi
done

Expand Down

0 comments on commit 55e6a85

Please sign in to comment.