From f55a9614b2940c1dbcf60893b5d26737c2701d35 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Fri, 21 Jan 2000 10:41:16 +0000 Subject: zsh-workers/9399 --- Functions/Zftp/zfinit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Functions') diff --git a/Functions/Zftp/zfinit b/Functions/Zftp/zfinit index 44635349f..60d116607 100644 --- a/Functions/Zftp/zfinit +++ b/Functions/Zftp/zfinit @@ -31,7 +31,7 @@ autoload -U zfstat zftp_chpwd zftp_progress zftransfer zftype zfuget zfuput # zftp completions: only use these if new-style completion is not # active. # -if [[ ${#_patcomps} -eq 0 || -z ${_patcomps[(i)zf*]} ]]; then +if [[ ${#_patcomps} -eq 0 || -z ${_patcomps[(r)zf*]} ]]; then # only way of getting that noglob out of the way: this is unnecessary with # widget-based completion setopt completealiases -- cgit 1.4.1