Fix issue #228, "Support the PATH_DIRS option".

This commit is contained in:
Daniel Shahaf
2015-11-16 23:14:48 +00:00
parent a636527f70
commit 96ee5116b1
2 changed files with 21 additions and 2 deletions

View File

@@ -37,5 +37,5 @@ path+=( "$PWD"/foo )
BUFFER='bar/testing-issue-228'
expected_region_highlight=(
"1 21 $ZSH_HIGHLIGHT_STYLES[command] 'issue #228'" # bar/testing-issue-228
"1 21 $ZSH_HIGHLIGHT_STYLES[command]" # bar/testing-issue-228
)