1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-02 22:11:54 +02:00
zsh/Completion
2012-11-07 21:23:06 +00:00
..
AIX 21315: make completion functions give precendence to descriptions passed as 2005-06-08 12:45:24 +00:00
Base users/17382: complete URLs for vim and make _remote_files more 2012-11-07 20:59:09 +00: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 fix dpkg-deb completion broken by 30199 (spotted by Mikael) 2012-02-14 16:40:18 +00:00
Linux Oliver (olipro): 30643: ipset completion update 2012-08-27 17:24:20 +00:00
Mandriva 30199: add (-.) to many completion _files globs 2012-02-10 17:09:05 +00:00
openSUSE/Command seiler via Ismail: 30174: osc completion update 2012-01-31 11:49:50 +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 Benjamin R. Haskell: 30737: make custom completions for git aliases easier 2012-11-07 21:23:06 +00:00
X complete files and -t and -f options for xclip 2012-10-07 12:03:17 +00:00
Zsh 30466: Add prompt format and printf format completion. 2012-05-14 15:32:26 +00:00
.cvsignore
.distfiles
bashcompinit Felipe Contreras: 31031 to 30137: various bashcompinit improvements 2012-01-29 18:23:53 +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 users/17051: explicit IFS for "read" in compinit 2012-07-17 15:25:44 +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').