Followup to last: Fix issue number in comment.
This commit is contained in:
parent
ed6d229b1c
commit
feec9f58c9
|
@ -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)
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue