From 94ecf1b111bc2883ded3fcc93021b22a6c73a4a7 Mon Sep 17 00:00:00 2001 From: Julien Nicoulaud Date: Sun, 2 Jan 2011 00:09:05 +0100 Subject: [PATCH] 'nocorrect' is followed by a command --- zsh-syntax-highlighting.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh-syntax-highlighting.zsh b/zsh-syntax-highlighting.zsh index 5ae8950..338b73d 100644 --- a/zsh-syntax-highlighting.zsh +++ b/zsh-syntax-highlighting.zsh @@ -40,6 +40,7 @@ ZSH_HIGHLIGHT_TOKENS_FOLLOWED_BY_COMMANDS=( 'time' 'strace' 'noglob' + 'nocorrect' 'command' 'builtin' )