From ca6b31f6e0c3139e8450c58473ef50d8783e40e4 Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Mon, 25 Dec 2017 00:40:08 +0000 Subject: [PATCH] noop: Use an alternative spelling. As requested on #413. --- zsh-syntax-highlighting.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh-syntax-highlighting.zsh b/zsh-syntax-highlighting.zsh index 8bec78c..790b7c6 100644 --- a/zsh-syntax-highlighting.zsh +++ b/zsh-syntax-highlighting.zsh @@ -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. #