noop: Use an alternative spelling.

As requested on #413.
This commit is contained in:
Daniel Shahaf 2017-12-25 00:40:08 +00:00
parent 66a297bbc5
commit ca6b31f6e0

View File

@ -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.
#