mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-01 05:16:05 +01:00
dbefe08f3e
Import completion updates from tmux.git, the revision used was c67abcf8182b, and the updates were generated by Util/check-tmux-state. check-tmux-state: changes to output parsing + variable declaration parsing of `tmux show-options` is slightly more idiomatic (thanks to @phy1729 for the syntax), and it now also ignores user-specified options (which are prefixed with an @ symbol). the lines defining and declaring supported_server_options were also swapped to the correct order - `typeset` was being called after supported_server_options was populated, contrary to all the other supported_*/available_* arrays used in the same area of the file. |
||
---|---|---|
.. | ||
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').