1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-02 22:11:54 +02:00
zsh/Completion
2010-10-08 10:22:02 +00:00
..
AIX 21315: make completion functions give precendence to descriptions passed as 2005-06-08 12:45:24 +00:00
Base 28186: replace (...|...) pattern-match with a loop over the alternatives to 2010-08-22 15:54:36 +00:00
BSD unposted: fix incorrectly capitalized completion descriptions 2010-06-06 13:44:11 +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 unposted: fix incorrectly capitalized completion descriptions 2010-06-06 13:44:11 +00:00
Debian 28261: Julius Plenz: separate the options to _arguments. 2010-09-16 01:02:26 +00:00
Linux unposted: fix incorrectly capitalized completion descriptions 2010-06-06 13:44:11 +00:00
Mandriva unposted: fix typo in _urpmi parameter name 2010-06-07 18:21:34 +00:00
Redhat unposted: fix incorrectly capitalized completion descriptions 2010-06-06 13:44:11 +00:00
Solaris unposted: fix incorrectly capitalized completion descriptions 2010-06-06 13:44:11 +00:00
Unix Baptiste: 28264: remove the need for sed from _ffmpeg 2010-09-16 12:20:00 +00:00
X Ben: 28330: acroread completion for -openInNewInstance 2010-10-08 10:22:02 +00:00
Zsh 28307: support new styles esp. vcs_info ones and allow quoted contexts again 2010-10-01 18:27:58 +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').