1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-13 11:21:13 +02:00
zsh/Completion
2008-08-07 22:54:43 +00:00
..
AIX 21315: make completion functions give precendence to descriptions passed as 2005-06-08 12:45:24 +00:00
Base Phil Pennock: 25275: use restrictive permissions on cache files 2008-07-11 19:18:34 +00:00
BSD William Scott: users/12793: extra chflags 2008-04-20 16:28:30 +00:00
Cygwin/Command 21294: fix incorrectly capitalized completion descriptions 2005-06-01 10:02:28 +00:00
Darwin 25276: use autoload -z for zsh-autoload functions 2008-07-11 19:12:22 +00:00
Debian 25423: completion for grep-excuses. 2008-08-07 22:54:43 +00:00
Linux users/12985, users/12986, users/12988: Tomasz Pala: 2008-06-24 13:02:04 +00:00
Mandriva Move and additional .distfils 2006-10-16 23:06:48 +00:00
Redhat unposted: fix typo in _rpm 2008-06-05 16:34:00 +00:00
Solaris 25324: Danek Duvall: some Solaris and more general completions 2008-07-21 19:15:22 +00:00
Unix users/13077: Max Mikhanosha: restore follow after sort in _path_files 2008-07-30 14:57:27 +00:00
X 25243: patch from Chris Lamb to add --same-as for xrandr 2008-06-24 23:00:26 +00:00
Zsh 25276: use autoload -z for zsh-autoload functions 2008-07-11 19:12:22 +00: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
bashcompinit 19767, 19785: store flags for -z and -k options to autoload allowing the 2004-04-20 12:11:13 +00:00
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 unposted: Completion/compinit: typo in 25068 2008-05-19 11:37:06 +00:00
compinstall 25138(? mailing list stuck): rewrite of completion matching. 2008-06-08 17:53:53 +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').