From f6574061598e622d4f2fcc435340acdf489be933 Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Sat, 26 Sep 2015 18:59:16 +0000 Subject: [PATCH] minor: Fix comment in last ocmmit. --- highlighters/main/test-data/empty-command.zsh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/highlighters/main/test-data/empty-command.zsh b/highlighters/main/test-data/empty-command.zsh index b63ecb5..6b20e91 100644 --- a/highlighters/main/test-data/empty-command.zsh +++ b/highlighters/main/test-data/empty-command.zsh @@ -28,7 +28,8 @@ # vim: ft=zsh sw=2 ts=2 et # ------------------------------------------------------------------------------------------------- -BUFFER='echo; ; ' # without the trailing space, it's highlighted as path_approx +# without the trailing space, it's highlighted as path_approx (issue #187, issue #204) +BUFFER='echo; ; ' expected_region_highlight=( "5 5 $ZSH_HIGHLIGHT_STYLES[commandseparator]" # ;