1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-03 22:32:12 +02:00
zsh/Completion
2013-06-28 14:51:48 -04:00
..
AIX 21315: make completion functions give precendence to descriptions passed as 2005-06-08 12:45:24 +00:00
Base 31205: Do not display "(eval)" as a tag context 2013-06-10 00:18:52 -07: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 30199: add (-.) to many completion _files globs 2012-02-10 17:09:05 +00:00
Debian 31499: dcut completion from Sebastian Ramacher. 2013-06-28 14:51:48 -04:00
Linux 31371: _brctl: update brctl subcommands 2013-05-05 11:10:46 +02:00
Mandriva 30199: add (-.) to many completion _files globs 2012-02-10 17:09:05 +00:00
openSUSE/Command Dmitry Roshchin: 31008: updates for openSUSE completions 2013-01-29 19:30:42 +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 Danek: 30562: Solaris completion updates 2012-07-08 17:54:01 +00:00
Unix 31433: zcat -f doesn't need suffix .gz 2013-05-29 19:21:34 +01:00
X Add .ogv to mplayer completion 2013-05-10 10:03:12 +01:00
Zsh improved math context completion: functions 2013-03-17 20:53:44 +00:00
.cvsignore unposted: cvsignore VIM *.swp files 2003-05-05 06:14:49 +00:00
.distfiles
bashcompinit 340941: bashcompinit: scalars giving bash completion status should be exported 2013-01-04 15:55:26 +00:00
compaudit 31055: missing $ in compaudit search of /proc file system 2013-02-19 19:32:38 +00: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
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').