mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-01-30 09:47:13 +08:00
fix for issue #60, unrecognized modifier 'A' on startup
This commit is contained in:
parent
e04f6ab862
commit
4ed9f9a68f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user