fix for issue #60, unrecognized modifier 'A' on startup

This commit is contained in:
Ted Naleid 2011-06-29 21:32:58 -05:00
parent e04f6ab862
commit 4ed9f9a68f

View File

@ -125,7 +125,7 @@ zmodload zsh/zleparameter 2>/dev/null || {
}
# Resolve highlighters directory location.
highlighters_dir="${ZSH_HIGHLIGHT_HIGHLIGHTERS_DIR:-${${(%):-%N}:A:h}/highlighters}"
highlighters_dir=`dirname $0`/highlighters
[[ -d $highlighters_dir ]] || {
echo "zsh-syntax-highlighting: highlighters directory '$highlighters_dir' not found, exiting." >&2
return -1