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
2009-03-16 18:29:38 +00:00
..
AIX
Base 26744: completion of history modifiers in normal command line arguments 2009-03-16 18:29:38 +00:00
BSD
Cygwin/Command unposted: move _getfacl and _setfacl from Completion/Cygwin/Command to Completion/Unix/Command. 2009-01-29 16:02:54 +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 26593: complete multiple files for lintian. 2009-02-25 02:41:52 +00:00
Linux Jörg Sommer: 26453: complete modinfo -k. 2009-01-29 17:18:59 +00:00
Mandriva unposted: add _rebootin completion from Mandriva RPM 2009-01-09 11:34:03 +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 Danek Duvall: 26571: Additions for Solaris 2009-02-14 18:11:44 +00:00
Unix 26723: centralise test for matching glob qualifiers in file completion 2009-03-13 09:59:58 +00:00
X Daniel Friesel: 26636: complete .flac files for mplayer. 2009-02-28 19:35:08 +00:00
Zsh 26713: add #autoload 2009-03-13 14:59:29 +00:00
.cvsignore unposted: cvsignore VIM *.swp files 2003-05-05 06:14:49 +00:00
.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 Arkadiusz Miskiewicz <arekm@maven.pl>: 26573: 2009-02-18 11:21:57 +00:00
compinit
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').