about summary refs log tree commit diff
path: root/Functions
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>2000-01-24 09:33:11 +0000
committerTanaka Akira <akr@users.sourceforge.net>2000-01-24 09:33:11 +0000
commit8a1d0f50f6bd6bb2ef1a5627d1178d8e183e64f1 (patch)
treef3e7a25161242e76a41c22c967a166294380213e /Functions
parent08f335e4851dd626c0a9c4f5e3b0fe661909e6f4 (diff)
downloadzsh-8a1d0f50f6bd6bb2ef1a5627d1178d8e183e64f1.tar.gz
zsh-8a1d0f50f6bd6bb2ef1a5627d1178d8e183e64f1.tar.xz
zsh-8a1d0f50f6bd6bb2ef1a5627d1178d8e183e64f1.zip
zsh-workers/9413
Diffstat (limited to 'Functions')
-rw-r--r--Functions/Zftp/zfinit4
1 files changed, 2 insertions, 2 deletions
diff --git a/Functions/Zftp/zfinit b/Functions/Zftp/zfinit
index 60d116607..4f6bbc854 100644
--- a/Functions/Zftp/zfinit
+++ b/Functions/Zftp/zfinit
@@ -2,7 +2,7 @@ emulate -L zsh
 
 [[ $1 = -n ]] || zmodload -e zsh/zftp || zmodload -ia zsh/zftp zftp || return 1
 
-if zmodload -i zutil; then
+if zmodload -i zsh/zutil; then
   local arr
   # Set defaults for styles if none set.
   zstyle -g arr ':zftp:*' progress || zstyle ':zftp:*' progress bar
@@ -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[(r)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