1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-05-26 18:06:05 +02:00
zsh/Completion
Barton E. Schaefer e5b504b975 Update .distfiles for _docker 2014-08-20 08:39:24 -07:00
..
AIX 21315: make completion functions give precendence to descriptions passed as 2005-06-08 12:45:24 +00:00
BSD unposted, see 32050, 32051: remove non-ASCII characters in functions 2013-11-25 16:11:10 +00:00
Base 32997: new utility function for separated lists 2014-08-14 19:00:04 +02: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 18406: New completion for system_profiler 2014-02-06 09:40:36 +00:00
Debian 32814: Add some more recent dpkg options 2014-07-04 00:50:06 +02:00
Linux Update .distfiles for _docker 2014-08-20 08:39:24 -07:00
Mandriva 30199: add (-.) to many completion _files globs 2012-02-10 17:09:05 +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 32261: completion updates for Solaris 11, Update 1 2014-01-02 22:26:04 +00:00
Unix 32998: completion function updates 2014-08-14 19:02:48 +02:00
X unposted: duplicate local statement was printing variable value 2014-02-25 09:14:21 +01:00
Zsh 32925: complete process groups, partly as a way to suppress insertion of ambiguous PID prefix 2014-08-13 17:00:03 +02:00
openSUSE/Command Rename _SuSEconfig to _SUSEconfig 2014-08-06 15:03:44 +01: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 340941: bashcompinit: scalars giving bash completion status should be exported 2013-01-04 15:55:26 +00:00
compaudit 32150: fix file reference in executable ownership test 2013-12-18 08:51:19 -08:00
compdump Arkadiusz Miskiewicz <arekm@maven.pl>: 26573: 2009-02-18 11:21:57 +00:00
compinit 31465: fix basic completion and globbing uses of disabled patterns 2013-06-13 18:40:36 +01: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').