mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-02 10:01:11 +02:00
* Adjust the pattern for matching tasks. The old one was too strict, causing it to filter out perfectly valid tasks. * Add completion of subproject names. * Prevent subproject tasks from overwriting the main task description. * Require `:` prefix for showing subprojects. * Require a subproject prefix before showing subproject tasks. * Standardize the use of completion tags. * Rebuild the cache if it can't be read or doesn't contain the required arrays. |
||
---|---|---|
.. | ||
AIX | ||
Base | ||
BSD | ||
Cygwin/Command | ||
Darwin | ||
Debian | ||
Linux | ||
Mandriva | ||
openSUSE/Command | ||
Redhat | ||
Solaris | ||
Unix | ||
X | ||
Zsh | ||
.cvsignore | ||
.distfiles | ||
bashcompinit | ||
compaudit | ||
compdump | ||
compinit | ||
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').