diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2010-07-28 13:33:52 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2010-07-28 13:33:52 +0000 |
commit | 10c2f225fdb6e2b6cd96b2f3786d6134e19bbfd1 (patch) | |
tree | 32c80b045d603144ffafde5acf96853ba164d3f7 /Functions/Zftp | |
parent | 278a892888352f717b72dc1af06105cdfcbe63fe (diff) | |
download | zsh-10c2f225fdb6e2b6cd96b2f3786d6134e19bbfd1.tar.gz zsh-10c2f225fdb6e2b6cd96b2f3786d6134e19bbfd1.tar.xz zsh-10c2f225fdb6e2b6cd96b2f3786d6134e19bbfd1.zip |
c.f. users/15202: use "autoload -Uz" consistently
Diffstat (limited to 'Functions/Zftp')
-rw-r--r-- | Functions/Zftp/zfinit | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Functions/Zftp/zfinit b/Functions/Zftp/zfinit index 663f1ff44..68e6a9691 100644 --- a/Functions/Zftp/zfinit +++ b/Functions/Zftp/zfinit @@ -25,10 +25,10 @@ alias zfls='noglob zfls' alias zfdir='noglob zfdir' alias zfuget='noglob zfuget' -autoload -U zfanon zfautocheck zfcd zfcd_match zfcget zfclose zfcput -autoload -U zfdir zffcache zfgcp zfget zfget_match zfgoto zfhere zfinit zfls -autoload -U zfmark zfopen zfparams zfpcp zfput zfrglob zfrtime zfsession -autoload -U zfstat zftp_chpwd zftp_progress zftransfer zftype zfuget zfuput +autoload -Uz zfanon zfautocheck zfcd zfcd_match zfcget zfclose zfcput +autoload -Uz zfdir zffcache zfgcp zfget zfget_match zfgoto zfhere zfinit zfls +autoload -Uz zfmark zfopen zfparams zfpcp zfput zfrglob zfrtime zfsession +autoload -Uz zfstat zftp_chpwd zftp_progress zftransfer zftype zfuget zfuput # # zftp completions: only use these if new-style completion is not |