summaryrefslogtreecommitdiff
path: root/Completion
AgeCommit message (Collapse)AuthorFilesLines
2019-03-24unposted: _chmod: Adjust _guard patterndana1-1/+1
Per off-list feedback from Daniel, use a more context-specific pattern
2019-03-22unposted: _chmod: Use _guard for mode operanddana1-1/+1
2019-03-2144149: _mkdir, _stat: Use _pick_variant -bMatthew Martin2-26/+6
2019-03-2144144: _builtin: Append "builtin" to precommandsMatthew Martin1-0/+2
2019-03-2144155: _pick_variant: Update builtin checkMatthew Martin1-8/+22
2019-03-2244147: add/update completions for procps-ngJun-ichi Takimoto6-6/+93
New completions for free, pmap, slabtop, tload. Update _top.
2019-03-2144111: _git: Use `git rev-list` for log messagesdana1-5/+7
This side-steps issues related to `git log` respecting settings like log.showSignature
2019-03-1844135: Add chmod builtinMatthew Martin1-2/+11
2019-03-1744135: _chmod: Reformat to minimize next diff. No functional change.Matthew Martin1-44/+50
2019-03-1244100: zparseopts: Add -F option, completion, tests; improve documentationdana1-0/+37
* Enable zparseopts to perform basic usage validation (aborting on an unrecognised option-like parameter) * Officially document the resolution of ambiguous option specs
2019-03-0844101: _vim: better support for nvimJun-ichi Takimoto1-34/+51
2019-03-06unposted: _zftp: Use 'post' pattern matchingdana1-1/+1
_zftp's use of `#compdef -p`, combined with inaccurate sub-command matching in the function, was causing it to clobber the completion for other commands, notably zf_mkdir from zsh/files. To avoid this, use -P instead
2019-03-0644099: Completion: Add _trashdana1-0/+22
2019-02-2744087: _getconf: Complete options, config variables on more systemsdana1-29/+78
2019-02-2744090 (re: 44085): _remote_files: Don't set QUOTING_STYLEdana1-1/+1
The syntax was incompatible with some shells, and it's probably not a big enough concern to work around it
2019-02-2644085: _remote_files: Prevent ls/alias settings from mangling file listingsdana1-1/+4
2019-02-2644080: Completion: Fix several option-description typosdana32-41/+41
2019-02-24unposted: _less: Fix typodana1-1/+1
Reported here: https://www.reddit.com/r/zsh/comments/au98zv/_/
2019-02-2244077: completion: Fix GNU _pick_variant patterns, partially fix `getent -s`dana5-9/+13
2019-02-2244076: _column: Support Debian, add missing options, adjust wordingdana1-12/+34
Tweaked per off-list discussion with Daniel: We agreed that it would be best to side-step the wording disagreement between the BSD and util-linux implementations by using our own description for -x, which was borrowed from the one for `print -ca`
2019-02-09gitlab !5: Add new abcde completion.Doron Behar1-0/+50
2019-02-09github #31: Add new demangle style, rust and dlangHiroki Noda2-2/+2
2019-02-0344034: _date_formats: Complete %9./%N, adjust wordingdana1-7/+12
2019-02-0344033: Add completion for dos2unix/unix2dosdana1-0/+129
2019-01-28github #32: Fix a typo in the git tag completion.Fredric Silberberg1-1/+1
2019-01-2144001: _brace_parameter: Complete (q+)dana1-0/+1
2019-01-1843990: _opkg: Support gain-privilegesdana1-4/+10
2019-01-08users/23829: add and coument file-split-chars stylePeter Stephenson1-0/+5
2019-01-0443974: _git: Always offer -F/-m for `git tag`dana1-10/+2
2019-01-0143960: Add full completion for exec and setsiddana3-1/+22
2019-01-0143959: Add completion for strongSwan, &al.dana3-1/+405
Also update _urls to complete unix:// URIs as for file://
2018-12-3043914 (tweaked): Add completion for Composerdana1-0/+850
Tweaks: Adjusted spelling, fixed minor idiomatic issues
2018-12-3043930: Improve _multi_parts performancedana1-7/+9
2018-12-2343928: _alternative: Evaluate (...) action syntax as with _argumentsdana1-1/+3
2018-12-1743897: Add/update various completion functionsdana11-4/+255
* Update tail to support -q/-v on NetBSD * Add several new functions (with one change needed to _hosts compdefs)
2018-12-1743895: _watch: Complete for procps/-ng watchdana1-5/+38
2018-12-14unposted: _dig: Fix _arguments syntax errordana1-2/+2
2018-12-0943871: _files: Support `-F '(pat ...)'` as with _path_filesdana1-0/+2
2018-12-0443861: make "(#" completion safer by checking for ")"Peter Stephenson1-1/+1
2018-12-0443860: Complete glob flags at start of word.Peter Stephenson1-0/+4
2018-11-1643830: _cu: Complete /dev/cu.*Daniel O'Connor1-2/+2
2018-11-15unposted: _zcat: support macOSJun-ichi Takimoto1-1/+1
2018-11-1343809: Suppress npm update checks during completiondana1-2/+7
2018-11-13unposted (cf. 43800): Update strftime completiondana1-2/+4
2018-11-1243819: expand adb completion to also cover options to adb backupOliver Kiddle1-1/+16
2018-11-1243818: complete math functions for other modules besides zsh/mathfuncOliver Kiddle1-5/+8
2018-11-1243816: various completion option updatesOliver Kiddle17-147/+427
2018-11-1243817: update options in btrfs completion through to btrfs 4.17.1Oliver Kiddle1-66/+182
2018-11-1243813: for powerd add units, default values and allow option arguments in ↵Oliver Kiddle1-10/+10
the same word as the option
2018-11-1243812: allow repeats of gcc's -Wsuggest-attribute optionOliver Kiddle1-1/+1