1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-01-09 19:51:26 +01:00
zsh/Completion
2011-08-20 18:33:57 +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 unposted: move _schedtool to correct dir 2011-08-18 12:48:42 +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 29707: Completion/Unix/Command/_ln: New _ln completer 2011-08-20 07:44:39 +00:00
X Mikael Muszynski: complete .m4v files for mplayer 2011-06-27 08:38:33 +00:00
Zsh unposted: move _schedtool to correct dir 2011-08-18 12:48:42 +00:00
.cvsignore unposted: cvsignore VIM *.swp files 2003-05-05 06:14:49 +00:00
.distfiles 18149, 18153: new func for emulating bash's programmable completion system 2003-01-29 15:04:47 +00:00
bashcompinit 29140: hide the "words" special variable so that it may be used as an 2011-05-04 23:31:39 +00:00
compaudit 29711: Avoid expensive "getent group" unless directories are group writable. 2011-08-20 18:33:57 +00:00
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').