浏览代码

noop: Fix indentation.

pull/355/head
Daniel Shahaf 8 年前
父节点
当前提交
d1c773faa7
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      highlighters/main/main-highlighter.zsh

+ 2
- 2
highlighters/main/main-highlighter.zsh 查看文件

@ -348,9 +348,9 @@ _zsh_highlight_main_highlighter()
next_word+=':sudo_opt:'
next_word+=':start:'
fi
fi
fi
if [[ $this_word == *':start:'* ]] && (( in_redirection == 0 )); then # $arg is the command word
if [[ $this_word == *':start:'* ]] && (( in_redirection == 0 )); then # $arg is the command word
if [[ -n ${(M)ZSH_HIGHLIGHT_TOKENS_PRECOMMANDS:#"$arg"} ]]; then
style=precommand
elif [[ "$arg" = "sudo" ]]; then

正在加载...
取消
保存