1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-05-09 09:06:38 +02:00
zsh/Completion
Matt Koscica dbefe08f3e github #87 (tweaked): update options tmux 3.4
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.
2022-11-17 20:47:15 +01:00
..
AIX 33047: use git to simplify massively source distribution file selection 2014-08-23 21:01:58 +01:00
BSD unposted: Fix typo 2022-04-01 00:16:10 -05:00
Base 50399: Completion/Base/Widget/_complete_debug 2022-09-28 17:11:08 -04: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 github #82: Fix typos 2021-11-12 23:54:34 +01:00
Linux github #94: Support .zst kernel modules with modutils 2022-05-25 22:51:02 -05:00
Mandriva github #82: Fix typos 2021-11-12 23:54:34 +01:00
Redhat github #82: Fix typos 2021-11-12 23:54:34 +01:00
Solaris 49158: remove superfluous function definitions 2021-07-11 00:32:34 +02:00
Unix github #87 (tweaked): update options tmux 3.4 2022-11-17 20:47:15 +01:00
X 49597: add a helper for completing numbers with unit suffixes and separate out defaults, ranges and units in completion descriptions 2021-11-24 23:09:38 +01:00
Zsh 50421: add context as the 1st arg to _dispatch 2022-07-24 21:08:06 +09:00
openSUSE/Command 49150: consistently use singular form for headings on completion match groups 2021-07-09 00:23:52 +02:00
.cvsignore unposted: cvsignore VIM *.swp files 2003-05-05 06:14:49 +00:00
.distfiles 33047: use git to simplify massively source distribution file selection 2014-08-23 21:01:58 +01:00
README unposted: force latest version of files from vendor to main branch 2007-07-03 17:06:04 +00:00
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 Thomas Bereknyei, Mic92: 39831: find "getent" by the usual command search, not just /usr/bin/ 2016-11-06 00:00:38 -07:00
compdump 49454: open dump file once only instead of reopening it for appends 2021-09-28 23:45:44 +02:00
compinit 49917: change sense of "Ignore insecure ..." answer and use "autoload -r" 2022-03-29 13:18:49 -07:00
compinstall 37898: fix typo in completer menu 2016-02-14 13:13:06 -08: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').