zsh/Completion
OKURA Masafumi f57ad185b3 github #115: completion(ruby): completer opts for irb
IRB now has `--regexp-completor` and `--type-completor` options added by:
1dec2708c9
2024-04-01 23:29:36 +02:00
..
AIX
Base 52373: fix _numbers for suffixes containing % and update affected functions 2023-12-05 18:51:33 +01:00
BSD 52315: completion options update 2023-11-22 00:07:37 +01:00
Cygwin/Command 49156: make wider use of the convention of square brackets for defaults 2021-07-10 23:44:58 +02:00
Darwin 52098, 52099, 52100, 52105(+minor tweak): update for latest macOS 2023-08-28 13:12:50 +09:00
Debian 52102: Add subcommand autopurge to apt completion 2023-09-20 20:08:12 +02:00
Linux 52770: handle newrole in SELinux completions 2024-03-18 21:34:38 +01:00
Mandriva github #82: Fix typos 2021-11-12 23:54:34 +01:00
openSUSE/Command 49150: consistently use singular form for headings on completion match groups 2021-07-09 00:23:52 +02:00
Redhat github #110: Fix incorrect completion for dnf --showduplicates 2024-01-26 07:26:47 +01:00
Solaris 52373: fix _numbers for suffixes containing % and update affected functions 2023-12-05 18:51:33 +01:00
Unix github #115: completion(ruby): completer opts for irb 2024-04-01 23:29:36 +02:00
X 52315: completion options update 2023-11-22 00:07:37 +01:00
Zsh 52859: use _date_formats for fc and complete -m/-M for vared 2024-04-01 23:27:09 +02:00
.cvsignore
.distfiles
bashcompinit 49630: allow zsh to quote matches from bash completions but include a special case for space suffixes 2021-12-02 21:03:57 +01:00
compaudit
compdump 52768: Handle completer filenames with funny characters in them 2024-03-23 22:19:27 +01:00
compinit 52768: Handle completer filenames with funny characters in them 2024-03-23 22:19:27 +01: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').