summaryrefslogtreecommitdiff
path: root/Completion
AgeCommit message (Collapse)AuthorFilesLines
2021-04-1848560: add TYPESET_TO_UNSET option to remove initialization of parametersBart Schaefer1-0/+1
Changes typeset such that ${newparam-notset} yields "notset" and "typeset -p newparam" does not show an assignment to the parameter. This is similar to the default behavior of bash and ksh, with minor differences in typeset output. Also add tests for some POSIX incompatibilities plus minor changes for test harness robustness.
2021-04-1748361 (+ 48368 review comments): __arguments: New completion function for ↵Daniel Shahaf1-0/+44
_arguments. In the penultimate paragraph of the comment, the two possibilities for the relative path cover three cases: - The comment is read in the source tree - The comment is read in an installed tree with --enable-function-subdirs - The comment is read in an installed tree with --disable-function-subdirs Review-by: Matthew Martin Review-by: Oliver Kiddle
2021-04-1648513: Let extra-verbose completion show parameter valuesMarlon Richert1-14/+30
2021-04-1648556: new completion for ipfwOliver Kiddle1-0/+325
2021-04-1148466: correct indentation and remove tabs and trailing spacesMarc Chantreux1-29/+29
2021-04-1148445: pluralize tags in _surfrawMarc Chantreux1-8/+8
2021-04-11users/26645: update options in gv completionMarc Chantreux1-1/+4
2021-04-1048338: _git: Support case-insensitive path matchingdana1-3/+8
2021-04-0948378: complete compadd options for other completion functionsOliver Kiddle1-37/+84
2021-04-0948437: fix pid completion when cursor is in the middle of the lineOliver Kiddle1-2/+2
2021-04-0848416: update _gcore for macOS and GNUJun-ichi Takimoto1-3/+13
2021-04-0848321 (tweaked per thread): _perl_modules: Don't assume ${words[1]} to be ↵Daniel Shahaf1-5/+6
either "perl" or "perldoc" Also, correct an always-true condition guarding the fallback @INC codepath.
2021-04-06users/26579: changes from review including parameter expansion to replace awkMarc Chantreux1-13/+17
2021-04-0648414: quote closing bracket to adapt for change in 43928Oliver Kiddle1-1/+1
2021-04-0448218 (+ 48354): various improvements for _gccJacob Gelbman1-989/+2052
2021-03-31github #74: Drop vcsh completions, maintained upstreamCaleb Maclennan1-89/+0
See discussion on upstream project here: https://github.com/RichiH/vcsh/issues/270
2021-03-3148214: add file types to _expand completions, so they can be colored through ↵Marlon Richert1-4/+5
complist
2021-03-3148192: Fix _openstack completion for new style clientsSyphdias1-53/+64
2021-03-31users/26557: add bookmarks support and remove the header from the final list ↵Marc Chantreux1-2/+16
in surfraw completion
2021-03-2947737: _zstyle: Fix option completion when positional arguments are already ↵dana1-2/+2
present (regression from workers/39659 (commit ae3b675ce6e4ac62451ea08169c2b4dc45cf533b)) The following case: LBUFFER='zstyle -' RBUFFER=' foo bar' Before this patch, completed 'context pattern' (from the first positional argument). With this patch, completes options, which is correct.
2021-03-2948166: add completion for ctags language optionsJacob Gelbman1-197/+244
2021-03-2848210: Introduce new completion for setpriv(1) on LinuxArseny Maslennikov1-0/+107
2021-03-2848212: Introduce new completion for Linux task capabilitiesArseny Maslennikov1-0/+65
2021-03-2848231: add missing git --pretty formats and improve descriptionsŠtěpán Němec1-7/+9
2021-03-2848230, 48233 (Jun T): completion of dtrace probes and runtime optionsOliver Kiddle1-38/+149
2021-03-1748180: Start menu selection with select=long-list in menu styleMarlon Richert1-1/+1
2021-02-2448105: Update ctags completion with format fixJacob Gelbman1-193/+186
2021-02-2348096: New ctags completionJacob Gelbman1-0/+204
2021-02-13unposted (Daniel): add exclusion list missed in recent OpenBSD update to ↵Oliver Kiddle1-1/+1
locale completion
2021-02-13github #68: support section suffix completion for man pagestaiyu2-8/+20
Support prepend and suffix values for insert-sections Add values for insert-sections for zstyle completion
2021-02-0847944: update completions for NetBSD 9Oliver Kiddle4-6/+15
2021-02-0847943: update completions for DragonflyBSD 5.8.3Oliver Kiddle2-2/+6
2021-02-0747932: update completions for procps 3.3.16Oliver Kiddle4-2/+5
2021-02-0747931: update completions for OpenBSD base up to 6.8Oliver Kiddle5-9/+19
2021-02-0747930: update completions for FreeBSD base up to 12.2Oliver Kiddle3-5/+7
2021-02-0747929: complete newer possible values for the sort styleOliver Kiddle1-1/+5
2021-02-07based on github #62: return proper exit statusoxiedi1-2/+4
2021-02-07github #66: Add more commands to _todo.shDCsunset1-1/+6
2021-02-07github #63: fix regression caused by 44274, with sort style -o could break ↵oxiedi1-1/+1
_values
2021-02-07github #72: Fix unix command lldb tab-completionSemnodime1-12/+12
The --arguments are space (` `) separated, not equal-sign (`=`) separated. lldb --correct c_arg --wrong=w_arg
2021-02-07gitlab !16: Allow spaces between short options and their parameters in ↵aaaz1-10/+10
_transmission This matches the summary listed in the `transmission-remote` man page and the program's actual behavior.
2021-02-0647919: use common function for completing BSD login classesOliver Kiddle5-11/+34
also update for options to env on FreeBSD and Dragonfly
2021-02-0647918: new util-linux completions for nsenter and unshareOliver Kiddle2-0/+68
2021-02-0147883: _awk: support gawk ver.5Jun-ichi Takimoto1-2/+2
2021-01-2747873: Improve completion within dynamic directory namesPeter Stephenson2-3/+15
2021-01-24github #71: _xrandr: Complete providersPaul Seyfert1-3/+7
* complete `xrandr --setprovideroutputsource` by calling `xrandr --listproviders`
2020-10-29users/26107: complete changed files after git diff HEADOliver Kiddle1-1/+8
2020-10-2547494, 47495: Add -n option to strftimeMikael Magnusson1-5/+7
2020-09-23github #65: _nmap: Rename option flags (s/_/-/g)Meng Bo1-12/+12
Nmap commands that previously included an underscore (--max_rtt_timeout, --send_eth, --host_timeout, etc.) have been renamed to use a hyphen in the preferred format.
2020-09-2247395: _store_cache: Don't leak the variable ${_cache_dir}.Jacob Menke1-1/+1