diff options
| author | Peter Stephenson <pws@users.sourceforge.net> | 2003-02-23 23:24:29 +0000 |
|---|---|---|
| committer | Peter Stephenson <pws@users.sourceforge.net> | 2003-02-23 23:24:29 +0000 |
| commit | b1ae269e555cb3997ebac0ceae936f563e3c67c1 (patch) | |
| tree | d5b1334521eef1f69dcd68773c6c8a3f0f844d1e /Functions/TCP/tcp_open | |
| parent | not in 18276: update Perforce completion (diff) | |
| download | zsh-b1ae269e555cb3997ebac0ceae936f563e3c67c1.tar zsh-b1ae269e555cb3997ebac0ceae936f563e3c67c1.tar.gz zsh-b1ae269e555cb3997ebac0ceae936f563e3c67c1.tar.bz2 zsh-b1ae269e555cb3997ebac0ceae936f563e3c67c1.tar.lz zsh-b1ae269e555cb3997ebac0ceae936f563e3c67c1.tar.xz zsh-b1ae269e555cb3997ebac0ceae936f563e3c67c1.tar.zst zsh-b1ae269e555cb3997ebac0ceae936f563e3c67c1.zip | |
18278: remove zgprintf, zformat already does this
Diffstat (limited to 'Functions/TCP/tcp_open')
| -rw-r--r-- | Functions/TCP/tcp_open | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Functions/TCP/tcp_open b/Functions/TCP/tcp_open index d9d5a96da..f762d932a 100644 --- a/Functions/TCP/tcp_open +++ b/Functions/TCP/tcp_open @@ -54,7 +54,8 @@ emulate -L zsh setopt extendedglob cbases zmodload -i zsh/net/tcp || return 1 -autoload -U zgprintf tcp_alias tcp_close tcp_command tcp_expect tcp_fd_handler +zmodload -i zsh/zutil +autoload -U tcp_alias tcp_close tcp_command tcp_expect tcp_fd_handler autoload -U tcp_log tcp_output tcp_proxy tcp_read tcp_rename tcp_send autoload -U tcp_sess tcp_spam tcp_talk tcp_wait |
