From: Sergey Matveev Date: Sat, 12 Jun 2021 08:18:48 +0000 (+0300) Subject: Excess whitespace X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;ds=sidebyside;h=191a1bf7bbd5859393f96929a5a8e1d3c12bd9e2;hp=6e4ef94654dc4b2c04821d94812f42b3d44b99df;p=dotfiles.git Excess whitespace --- diff --git a/zsh/.zshrc b/zsh/.zshrc index 62390a0..45fd164 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -173,7 +173,7 @@ zstyle ":completion:*:functions" ignored-patterns "_*" zstyle ":completion:*" matcher-list "" 'm:{a-z\-}={A-Z\_}' 'r:|?=** m:{a-z\-}={A-Z\_}' _mycomp () { [[ ${words[1]} != man ]] || { _man && return 0 } - [[ $CURRENT -eq 1 ]] && _command_names || _files && return 0 + [[ $CURRENT -eq 1 ]] && _command_names || _files && return 0 # MAGIC_EQUAL_SUBST {{{ [[ $PREFIX = *\=* ]] || return 1 compstate[parameter]=${PREFIX%%\=*}