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
2021-07-19 02:16:35 -04:00
..
AIX
Base 49150: consistently use singular form for headings on completion match groups 2021-07-09 00:23:52 +02:00
BSD 49150: consistently use singular form for headings on completion match groups 2021-07-09 00:23:52 +02:00
Cygwin/Command 49156: make wider use of the convention of square brackets for defaults 2021-07-10 23:44:58 +02:00
Darwin 49150: consistently use singular form for headings on completion match groups 2021-07-09 00:23:52 +02:00
Debian 49158: remove superfluous function definitions 2021-07-11 00:32:34 +02:00
Linux 49147: fix completion of linux kernel modules 2021-07-19 02:16:35 -04:00
Mandriva 49150: consistently use singular form for headings on completion match groups 2021-07-09 00:23:52 +02:00
openSUSE/Command 49150: consistently use singular form for headings on completion match groups 2021-07-09 00:23:52 +02:00
Redhat 49150: consistently use singular form for headings on completion match groups 2021-07-09 00:23:52 +02:00
Solaris 49158: remove superfluous function definitions 2021-07-11 00:32:34 +02:00
Unix 49158: remove superfluous function definitions 2021-07-11 00:32:34 +02:00
X 49156: make wider use of the convention of square brackets for defaults 2021-07-10 23:44:58 +02:00
Zsh 49151: remove commas erroneously included in _arguments exclusion lists 2021-07-09 00:32:37 +02:00
.cvsignore
.distfiles
bashcompinit 45488: COMP_WORDS for bash need "$@"-style quoting 2020-02-25 09:55:28 +00:00
compaudit Thomas Bereknyei, Mic92: 39831: find "getent" by the usual command search, not just /usr/bin/ 2016-11-06 00:00:38 -07:00
compdump 38547: Completion/compdump: only autoload functions when they exist in fpath 2016-06-05 12:05:34 -04:00
compinit 48560: add TYPESET_TO_UNSET option to remove initialization of parameters 2021-04-18 13:58:09 -07:00
compinstall 37898: fix typo in completer menu 2016-02-14 13:13:06 -08:00
README

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').