Ver código fonte

Fix typo

pull/720/head
Dimitris Apostolou 4 anos atrás
committed by GitHub
pai
commit
415e762ab2
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados ID da chave GPG: 4AEE18F83AFDEB23
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      highlighters/main/main-highlighter.zsh

+ 1
- 1
highlighters/main/main-highlighter.zsh Ver arquivo

@ -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

Carregando…
Cancelar
Salvar