mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-02-06 09:55:31 +08:00
parent
66a297bbc5
commit
ca6b31f6e0
@ -29,7 +29,7 @@
|
||||
# -------------------------------------------------------------------------------------------------
|
||||
|
||||
# First of all, ensure predictable parsing.
|
||||
local zsh_highlight__aliases="`builtin alias -Lm '[^+]*'`"
|
||||
local zsh_highlight__aliases="$(builtin alias -Lm '[^+]*')"
|
||||
# In zsh <= 5.2, `alias -L` emits aliases that begin with a plus sign ('alias -- +foo=42')
|
||||
# them without a '--' guard, so they don't round trip.
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user