1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-01-16 10:01:16 +01:00
zsh/Completion
2024-08-31 13:12:10 +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
Darwin
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
openSUSE/Command
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 #120: Update _git to reflect --recursive being an alias 2024-08-31 12:09:26 +02:00
X 53052: update setxkbmap completion with newer options 2024-08-31 11:58:33 +02:00
Zsh 53056: new zsh/random module defining an SRANDOM parameter and zrand_float() and zrand_int() math functions 2024-08-31 13:12:10 +02:00
.cvsignore
.distfiles
bashcompinit
compaudit
compdump 52946: Revert "Handle completer filenames with funny characters in them" 2024-06-08 17:52:59 +02:00
compinit 52946: Revert "Handle completer filenames with funny characters in them" 2024-06-08 17:52:59 +02:00
compinstall 37898: fix typo in completer menu 2016-02-14 13:13:06 -08: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').