From 191a1bf7bbd5859393f96929a5a8e1d3c12bd9e2 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Sat, 12 Jun 2021 11:18:48 +0300 Subject: [PATCH] Excess whitespace --- zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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%%\=*} -- 2.44.0