main: Fix blacklist dirs check when there is more than one element

This commit is contained in:
Matthew Martin 2018-09-24 07:07:32 -05:00
commit 1eedb23c65
2 changed files with 2 additions and 2 deletions

View file

@ -30,7 +30,7 @@
mkdir foo
touch foo/bar
BUFFER=": foo/bar $PWD/foo foo/b"
X_ZSH_HIGHLIGHT_DIRS_BLACKLIST=($PWD/foo)
X_ZSH_HIGHLIGHT_DIRS_BLACKLIST=($PWD/foo $PWD/bar)
expected_region_highlight=(
'1 1 builtin' # :