Dimitris Apostolou пре 4 година
committed by GitHub
родитељ
комит
415e762ab2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      highlighters/main/main-highlighter.zsh

+ 1
- 1
highlighters/main/main-highlighter.zsh Прегледај датотеку

@ -634,7 +634,7 @@ _zsh_highlight_main_highlighter_highlight_list()
# The zsh lexer considers ';' and newline to be the same token, so
# ${(z)} converts all newlines to semicolons. Convert them back here to
# make later processing simplier.
# make later processing simpler.
[[ $arg == ';' && ${match[3]} == $'\n' ]] && arg=$'\n'
# Compute the new $proc_buf. We advance it

Loading…
Откажи
Сачувај