We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccb1da4 commit 415e762Copy full SHA for 415e762
highlighters/main/main-highlighter.zsh
@@ -634,7 +634,7 @@ _zsh_highlight_main_highlighter_highlight_list()
634
635
# The zsh lexer considers ';' and newline to be the same token, so
636
# ${(z)} converts all newlines to semicolons. Convert them back here to
637
- # make later processing simplier.
+ # make later processing simpler.
638
[[ $arg == ';' && ${match[3]} == $'\n' ]] && arg=$'\n'
639
640
# Compute the new $proc_buf. We advance it
0 commit comments