about summary refs log tree commit diff
path: root/Functions
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>2000-01-21 10:41:16 +0000
committerTanaka Akira <akr@users.sourceforge.net>2000-01-21 10:41:16 +0000
commitf55a9614b2940c1dbcf60893b5d26737c2701d35 (patch)
tree82b72f710a1860aa34457822087c4e9987c87233 /Functions
parentc3ab3670e8c056c5f0aa3302ca1c88091cc85490 (diff)
downloadzsh-f55a9614b2940c1dbcf60893b5d26737c2701d35.tar.gz
zsh-f55a9614b2940c1dbcf60893b5d26737c2701d35.tar.xz
zsh-f55a9614b2940c1dbcf60893b5d26737c2701d35.zip
zsh-workers/9399
Diffstat (limited to 'Functions')
-rw-r--r--Functions/Zftp/zfinit2
1 files changed, 1 insertions, 1 deletions
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