1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-01-21 00:01:26 +01:00
zsh/Completion
2010-04-25 22:19:19 +00:00
..
AIX 21315: make completion functions give precendence to descriptions passed as 2005-06-08 12:45:24 +00:00
Base Mikael: 27797: delimit arguments to compadd in _expand_alias 2010-03-15 21:17:50 +00:00
BSD Baptiste Daroussin: 27379, 27381: BSD completions 2009-11-12 19:34:34 +00:00
Cygwin/Command unposted: move _getfacl and _setfacl from Completion/Cygwin/Command to Completion/Unix/Command. 2009-01-29 16:02:54 +00:00
Darwin 25988: declare temporary cache array as local, thanks to problem noticed by Kazuhiro NISHIYAMA. 2008-11-02 14:12:29 +00:00
Debian 27876: completion for axi-cache (from apt-xapian-index). 2010-04-12 13:23:33 +00:00
Linux 27912: presume that pci.ids is uncompressed now. 2010-04-25 22:19:19 +00:00
Mandriva unposted: add _rebootin completion from Mandriva RPM 2009-01-09 11:34:03 +00:00
Redhat "Akinori MUSHA: 27892: update service & init completion for FreeBSD 2010-04-20 08:59:32 +00:00
Solaris Danek Duvall: 26571: Additions for Solaris 2009-02-14 18:11:44 +00:00
Unix users/15028 modified to unquote in one place: 2010-04-23 21:51:59 +00:00
X Jonathan Beckman: 27728: _mplayer fix 2010-02-21 01:00:37 +00:00
Zsh Ben: 27589: improved -redirect 2010-04-09 11:57:37 +00:00
.cvsignore
.distfiles
bashcompinit 19767, 19785: store flags for -z and -k options to autoload allowing the 2004-04-20 12:11:13 +00:00
compaudit * 20847: Completion/compaudit: stop adding gratuitous elements to fpath when MARK_DIRS is set. 2005-02-23 03:39:27 +00:00
compdump Arkadiusz Miskiewicz <arekm@maven.pl>: 26573: 2009-02-18 11:21:57 +00:00
compinit unposted: a couple of typeset -g's and a comment 2010-02-08 11:49:28 +00:00
compinstall 25818: compinstall data loss typo fix from Morita Sho. 2008-10-06 21:01:14 +00:00
README unposted: force latest version of files from vendor to main branch 2007-07-03 17:06:04 +00:00

The subdirectories contain code for a shell-based system of command-line
completion.  This is considerably more powerful than the old `compctl'
method.  For details, see the compsys(1) manual page (`man zshcompsys').