mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-02-06 09:55:31 +08:00
'main': Remove superfluous variable. No functional change.
This commit is contained in:
parent
78be8f611f
commit
7f5e11e38b
@ -496,8 +496,7 @@ _zsh_highlight_main_highlighter_highlight_list()
|
||||
() {
|
||||
# TODO: path expansion should happen _after_ alias expansion
|
||||
_zsh_highlight_main_highlighter_expand_path $arg
|
||||
local expanded_arg="$REPLY"
|
||||
_zsh_highlight_main__type ${expanded_arg}
|
||||
_zsh_highlight_main__type "$REPLY"
|
||||
}
|
||||
local res="$REPLY"
|
||||
if [[ $res == "alias" ]]; then
|
||||
|
Loading…
Reference in New Issue
Block a user