mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-12-04 21:56:45 +01:00
main: Fix blacklist dirs check when there is more than one element
This commit is contained in:
parent
3a7ddcda0b
commit
1eedb23c65
2 changed files with 2 additions and 2 deletions
|
|
@ -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' # :
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue