Skip to content

Commit 5720d87

Browse files
committed
noop: Clarify comment.
1 parent 2339ee3 commit 5720d87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

highlighters/main/main-highlighter.zsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ _zsh_highlight_main_highlighter_highlight_list()
646646
# Analyse the current word.
647647
if _zsh_highlight_main__is_redirection $arg ; then
648648
if (( in_redirection == 1 )); then
649-
# The condition excludes the case that BUFFER='{foo}>&2' and we're on the '>&'.
649+
# Two consecuive redirection operators is an error.
650650
_zsh_highlight_main_add_region_highlight $start_pos $end_pos unknown-token
651651
else
652652
in_redirection=2

0 commit comments

Comments
 (0)