From 82c39716ebdb3a494ec30a4c0c6677c9a2fd83a0 Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Fri, 12 Jan 2018 13:38:06 +0000 Subject: [PATCH] 'main': Write the "remainder" of the sentence in a comment. No functional change. --- highlighters/main/main-highlighter.zsh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/highlighters/main/main-highlighter.zsh b/highlighters/main/main-highlighter.zsh index 87bc229..c3cb7a9 100644 --- a/highlighters/main/main-highlighter.zsh +++ b/highlighters/main/main-highlighter.zsh @@ -568,7 +568,9 @@ _zsh_highlight_main_highlighter_highlight_list() next_word+=':start:' next_word+=':sudo_opt:' else - # + # Not an option flag; nothing to do. (If the command line is + # syntactically valid, ${this_word//:sudo_opt:/} should be + # non-empty now.) fi elif [[ $this_word == *':sudo_arg:'* ]]; then next_word+=':sudo_opt:'