From 49fa220757b56de8b8a6d2b465ac9a44dd0aa5b3 Mon Sep 17 00:00:00 2001 From: Manish Tiwari Date: Thu, 20 Aug 2026 11:08:08 +0530 Subject: [PATCH] Clarify alias-restoration comment wording Per review feedback on #985: "we unned" was unclear/informal. --- 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 cc02f9f..0c9df9b 100644 --- a/zsh-syntax-highlighting.zsh +++ b/zsh-syntax-highlighting.zsh @@ -579,7 +579,7 @@ if (( $+X_ZSH_HIGHLIGHT_DIRS_BLACKLIST )); then unset X_ZSH_HIGHLIGHT_DIRS_BLACKLIST fi -# Restore the aliases we unned. +# Restore the aliases that were unaliased above (via 'builtin unalias'). # # We use 'builtin' here (and not just when capturing them above) in case the # 'alias' command has itself been aliased or overridden by the user; see