main: consume trailing whitespace in _highlight_list

Fixes highlighting when an unclosed $( ends in whitespace.
This commit is contained in:
Matthew Martin 2018-10-20 12:37:49 -05:00
commit d9e326b993
4 changed files with 9 additions and 5 deletions

View file

@ -47,4 +47,5 @@ expected_region_highlight=(
if [[ ${(z):-'$('} == '$( ' ]]; then # ignore zsh 5.0.8 bug
expected_region_highlight[8]='17 27 default' # =(echo foo
expected_region_highlight[9]='17 27 process-substitution' # =(echo foo
fi