'main': Fix issue #652.
This commit is contained in:
committed by
Daniel Shahaf
parent
86fe054005
commit
f32d1704b1
@@ -548,7 +548,7 @@ _zsh_highlight_main_highlighter_highlight_list()
|
||||
|
||||
if [[ $this_word == *':start:'* ]] && ! (( in_redirection )); then
|
||||
# Expand aliases.
|
||||
_zsh_highlight_main__type "$arg"
|
||||
_zsh_highlight_main__type "$arg" "$(( ! ${+seen_alias[$arg]} ))"
|
||||
local res="$REPLY"
|
||||
if [[ $res == "alias" ]] && [[ $last_alias != $arg ]]; then
|
||||
# Avoid looping forever on alias a=b b=c c=b, but allow alias foo='foo bar'
|
||||
|
||||
Reference in New Issue
Block a user