Followup to last: Fix issue number in comment.

This commit is contained in:
Daniel Shahaf 2015-10-27 13:38:40 +02:00
parent ed6d229b1c
commit feec9f58c9
1 changed files with 1 additions and 1 deletions

View File

@ -33,5 +33,5 @@ BUFFER=': command zzzzzz'
expected_region_highlight=( expected_region_highlight=(
"1 1 $ZSH_HIGHLIGHT_STYLES[command]" # ls "1 1 $ZSH_HIGHLIGHT_STYLES[command]" # ls
"3 9 $ZSH_HIGHLIGHT_STYLES[default]" # not precommand "3 9 $ZSH_HIGHLIGHT_STYLES[default]" # not precommand
"11 16 $ZSH_HIGHLIGHT_STYLES[default] 'issue #208'" # not unknown-token (since 'zzzzzz' is not a command) "11 16 $ZSH_HIGHLIGHT_STYLES[default] 'issue #209'" # not unknown-token (since 'zzzzzz' is not a command)
) )