1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-01-19 11:31:26 +01:00
zsh/Completion
2021-10-31 14:31:26 -07:00
..
AIX
Base 49519: quote completed options as needed and remove the now superfluous quotes from option specifications 2021-10-26 18:35:36 +02:00
BSD 49529: Add rogue and descriptions to _rcctl ls 2021-10-27 22:17:26 -05:00
Cygwin/Command 49156: make wider use of the convention of square brackets for defaults 2021-07-10 23:44:58 +02:00
Darwin 49519: quote completed options as needed and remove the now superfluous quotes from option specifications 2021-10-26 18:35:36 +02:00
Debian 49315: list units in brackets at the end of group descriptions 2021-08-29 16:55:25 +02:00
Linux 49500: new lsns completion 2021-10-23 18:15:43 +02:00
Mandriva 49315: list units in brackets at the end of group descriptions 2021-08-29 16:55:25 +02:00
openSUSE/Command 49150: consistently use singular form for headings on completion match groups 2021-07-09 00:23:52 +02:00
Redhat 49319: completion options update 2021-08-29 17:08:34 +02:00
Solaris 49158: remove superfluous function definitions 2021-07-11 00:32:34 +02:00
Unix users/27302: _remote_files respects setting of AUTO_REMOVE_SLASH option 2021-10-31 14:31:26 -07:00
X 49528: allow multiple -D options to compadd 2021-10-30 23:35:04 +02:00
Zsh 49528: allow multiple -D options to compadd 2021-10-30 23:35:04 +02:00
.cvsignore
.distfiles
bashcompinit 45488: COMP_WORDS for bash need "$@"-style quoting 2020-02-25 09:55:28 +00:00
compaudit
compdump 49454: open dump file once only instead of reopening it for appends 2021-09-28 23:45:44 +02:00
compinit 48560: add TYPESET_TO_UNSET option to remove initialization of parameters 2021-04-18 13:58:09 -07:00
compinstall
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').