main: Drop X_ from X_ZSH_HIGHLIGHT_DIRS_BLACKLIST

This commit is contained in:
Matthew Martin
2019-07-24 07:27:54 -05:00
parent 8e78e9dbba
commit b55832c5f8
4 changed files with 17 additions and 5 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 $PWD/bar)
ZSH_HIGHLIGHT_DIRS_BLACKLIST=($PWD/foo $PWD/bar)
expected_region_highlight=(
'1 1 builtin' # :