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
2011-08-17 10:24:34 +00:00
..
AIX 21315: make completion functions give precendence to descriptions passed as 2005-06-08 12:45:24 +00:00
Base 29635: Improve _complete_debug syntax and handling of fd's 2011-08-03 09:36:49 +00:00
BSD unposted: clean up completion descriptions as per Etc/completion-style-guide 2011-06-20 02:24:56 +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 * 29582, 29589: Update handling of third-party Git commands 2011-07-22 13:08:25 +00:00
Linux 29690: new _twidge and _cryptsetup completers from Daniel Friesel. 2011-08-17 10:24:34 +00:00
Mandriva unposted: fix typo in _urpmi parameter name 2010-06-07 18:21:34 +00:00
openSUSE/Command 29307, 29308 + replies: Fix some doubled words in docs and comments. 2011-05-19 16:10:46 +00:00
Redhat 29328: Another missing backslash in _git, remove some not needed backslashes in array definitions. 2011-05-22 02:13:55 +00:00
Solaris unposted: fix incorrectly capitalized completion descriptions 2010-06-06 13:44:11 +00:00
Unix 29690: new _twidge and _cryptsetup completers from Daniel Friesel. 2011-08-17 10:24:34 +00:00
X Mikael Muszynski: complete .m4v files for mplayer 2011-06-27 08:38:33 +00:00
Zsh 29682: new _schedtool completer 2011-08-17 10:18:14 +00:00
.cvsignore
.distfiles
bashcompinit 29140: hide the "words" special variable so that it may be used as an 2011-05-04 23:31:39 +00:00
compaudit
compdump Arkadiusz Miskiewicz <arekm@maven.pl>: 26573: 2009-02-18 11:21:57 +00:00
compinit 29596: fix syntax to work with ksh_arrays 2011-07-22 13:22:20 +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').