diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2006-03-20 11:06:22 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2006-03-20 11:06:22 +0000 |
commit | 40df7069cb3f0bcac939eab2337511a5ac5ef510 (patch) | |
tree | 979d870a872f3b99f3e59c3ad8e8c75ab20f940f /Doc/Zsh/zftpsys.yo | |
parent | b37a0f000058dc91fbc87e803ae91486c8396a9e (diff) | |
download | zsh-40df7069cb3f0bcac939eab2337511a5ac5ef510.tar.gz zsh-40df7069cb3f0bcac939eab2337511a5ac5ef510.tar.xz zsh-40df7069cb3f0bcac939eab2337511a5ac5ef510.zip |
22360, 22365: support version 2 of Yodl
Diffstat (limited to 'Doc/Zsh/zftpsys.yo')
-rw-r--r-- | Doc/Zsh/zftpsys.yo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/zftpsys.yo b/Doc/Zsh/zftpsys.yo index 95cb6f5d2..627e0582d 100644 --- a/Doc/Zsh/zftpsys.yo +++ b/Doc/Zsh/zftpsys.yo @@ -477,7 +477,7 @@ local and remote hostnames and current directories. It works best when combined with the function tt(chpwd). In particular, a function of the form -example(chpwd() { +example(chpwd+LPAR()RPAR() { if [[ -n $ZFTP_USER ]]; then zftp_chpwd else |