From feec9f58c9e4541291aba3ed6ee749329186ad09 Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Tue, 27 Oct 2015 13:38:40 +0200 Subject: [PATCH] Followup to last: Fix issue number in comment. --- highlighters/main/test-data/precommand.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/highlighters/main/test-data/precommand.zsh b/highlighters/main/test-data/precommand.zsh index 6878538..0f15684 100644 --- a/highlighters/main/test-data/precommand.zsh +++ b/highlighters/main/test-data/precommand.zsh @@ -33,5 +33,5 @@ BUFFER=': command zzzzzz' expected_region_highlight=( "1 1 $ZSH_HIGHLIGHT_STYLES[command]" # ls "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) )