about summary refs log tree commit diff
path: root/Completion/Zsh/Command/_zftp
Commit message (Collapse)AuthorAgeFilesLines
* unposted: _zftp: Use 'post' pattern matchingdana2019-03-061-1/+1
| | | | | | _zftp's use of `#compdef -p`, combined with inaccurate sub-command matching in the function, was causing it to clobber the completion for other commands, notably zf_mkdir from zsh/files. To avoid this, use -P instead
* 25276: use autoload -z for zsh-autoload functionsPeter Stephenson2008-07-111-2/+2
|
* Load tcp module, zfcd_match, zfget_match where necessary.Peter Stephenson2001-06-141-0/+2
|
* moved from Completion/Builtins/_zftpSven Wischnowsky2001-04-021-0/+91