1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-01-22 00:21:27 +01:00
zsh/Completion
2008-11-17 10:37:37 +00:00
..
AIX 21315: make completion functions give precendence to descriptions passed as 2005-06-08 12:45:24 +00:00
Base 26053: handle --help output like "--[fetch]all" 2008-11-17 10:37:37 +00:00
BSD 25435: Baptiste Daroussin <baptiste.daroussin@gmail.com>: 2008-08-12 10:37:30 +00:00
Cygwin/Command 21294: fix incorrectly capitalized completion descriptions 2005-06-01 10:02:28 +00:00
Darwin 25988: declare temporary cache array as local, thanks to problem noticed by Kazuhiro NISHIYAMA. 2008-11-02 14:12:29 +00:00
Debian 25988: declare temporary cache array as local, thanks to problem noticed by Kazuhiro NISHIYAMA. 2008-11-02 14:12:29 +00:00
Linux Jörg Sommer: 25819: improve module parameter completion. 2008-10-07 07:48:55 +00:00
Mandriva Move and additional .distfils 2006-10-16 23:06:48 +00:00
Redhat 25988: declare temporary cache array as local, thanks to problem noticed by Kazuhiro NISHIYAMA. 2008-11-02 14:12:29 +00:00
Solaris 25435: Baptiste Daroussin <baptiste.daroussin@gmail.com>: 2008-08-12 10:37:30 +00:00
Unix 26023: skeletal completion for tg (topgit). 2008-11-11 12:13:50 +00:00
X 25243: patch from Chris Lamb to add --same-as for xrandr 2008-06-24 23:00:26 +00:00
Zsh 26022: fix on Solaris where /proc/$$/fd exists but doesn't contain symlinks 2008-11-10 17:12:50 +00:00
.cvsignore
.distfiles
bashcompinit
compaudit * 20847: Completion/compaudit: stop adding gratuitous elements to fpath when MARK_DIRS is set. 2005-02-23 03:39:27 +00:00
compdump 25346: fix some variables in compdump 2008-07-29 09:01:41 +00:00
compinit 25608: NO_cshjunkiesquote in completion 2008-09-05 08:50:05 +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').