瀏覽代碼

Fix typo

pull/720/head
Dimitris Apostolou 4 年之前
committed by GitHub
父節點
當前提交
415e762ab2
沒有發現已知的金鑰在資料庫的簽署中 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…
取消
儲存