1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-01-10 20:11:16 +01:00
zsh/Completion
2010-08-23 09:07:09 +00:00
..
AIX
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 Update version to 4.3.10-dev-2 2010-07-25 21:44:16 +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 unposted: update Perforce completion for 2010.1 2010-08-23 09:07:09 +00:00
X unposted: fix incorrectly capitalized completion descriptions 2010-06-06 13:44:11 +00:00
Zsh Update version to 4.3.10-dev-2 2010-07-25 21:44:16 +00:00
.cvsignore
.distfiles
bashcompinit
compaudit
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').