1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-05-27 10:26:05 +02:00
zsh/Completion
Peter Stephenson 4685aae843 small _perforce documentation update 2011-10-17 17:00:48 +00:00
..
AIX 21315: make completion functions give precendence to descriptions passed as 2005-06-08 12:45:24 +00:00
BSD unposted: clean up completion descriptions as per Etc/completion-style-guide 2011-06-20 02:24:56 +00:00
Base 29820: _pick_variant -b to match builtin 2011-10-14 19:01:41 +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 29762: bts completion tag update from Ansgar Burchardt. 2011-09-10 22:28:00 +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
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 small _perforce documentation update 2011-10-17 17:00:48 +00:00
X Daniel Friesel: 29796: complete .webm in mplayer 2011-09-22 08:38:29 +00:00
Zsh 29741: _zattr: add ret=0 and fix filename globbing. 2011-09-06 16:22:08 +00:00
openSUSE/Command 29307, 29308 + replies: Fix some doubled words in docs and comments. 2011-05-19 16:10:46 +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
README unposted: force latest version of files from vendor to main branch 2007-07-03 17:06:04 +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 29760: fix references to _i_ulwdirs 2011-09-10 17:09:50 +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

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').