'main': Remove superfluous variable. No functional change.
This commit is contained in:
parent
d838a29df3
commit
1fee620e62
@ -456,8 +456,7 @@ _zsh_highlight_highlighter_main_paint()
|
|||||||
() {
|
() {
|
||||||
# TODO: path expansion should happen _after_ alias expansion
|
# TODO: path expansion should happen _after_ alias expansion
|
||||||
_zsh_highlight_main_highlighter_expand_path $arg
|
_zsh_highlight_main_highlighter_expand_path $arg
|
||||||
local expanded_arg="$REPLY"
|
_zsh_highlight_main__type "$REPLY"
|
||||||
_zsh_highlight_main__type ${expanded_arg}
|
|
||||||
}
|
}
|
||||||
local res="$REPLY"
|
local res="$REPLY"
|
||||||
if [[ $res == "alias" ]]; then
|
if [[ $res == "alias" ]]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user