summaryrefslogtreecommitdiff
path: root/Completion
AgeCommit message (Collapse)AuthorFilesLines
2021-10-2649519: quote completed options as needed and remove the now superfluous ↵Oliver Kiddle8-13/+13
quotes from option specifications
2021-10-2449493: fix '_arguments --' to correctly recognize optional argumentJun-ichi Takimoto1-2/+2
2021-10-2349500: new lsns completionOliver Kiddle1-0/+18
2021-10-16github #79 (tweaked): _ssh: update options in apple's version of ssh-addXavier Hsinyuan1-3/+13
2021-10-1349441: _timeout: Add OpenBSDMatthew Martin1-2/+2
2021-10-1149464: _basenc: new completionJun-ichi Takimoto1-0/+30
2021-09-2849444: libarchive tar can actually extract much more formatsAlex Xu (Hello71)1-1/+1
2021-09-28Add support for multi-project builds to _gradleMarlon Richert1-8/+30
2021-09-2849454: open dump file once only instead of reopening it for appendsOliver Kiddle1-28/+30
2021-09-0849389: leading variables in autoload file completionBart Schaefer1-2/+2
2021-09-0648969: fix for "zle -N" completionMarlon Richert1-4/+4
2021-09-0648832: try _gnu_generic firstBart Schaefer1-1/+1
2021-09-0449343: Fix file name completion of GNU digest utilitiesShohei YOSHIDA1-1/+4
2021-09-0449345: fix git file completion for paths starting with ../Oliver Kiddle1-4/+4
2021-08-2949327: complete for new git maintenance, for-each-repo, sparse-checkout and ↵Oliver Kiddle1-2/+106
bugreport commands
2021-08-2949319: completion options updateOliver Kiddle49-209/+464
2021-08-2949317: cleanup inappropriate use of {...} specs with _arguments or _alternativeOliver Kiddle4-30/+30
2021-08-2949316: add (-.) glob qualifier to globs where only files are applicableOliver Kiddle5-17/+15
2021-08-2949315: list units in brackets at the end of group descriptionsOliver Kiddle10-32/+26
2021-08-2749272: Set $COLUMNS in _call_program to ensure cached command output is ↵Marlon Richert1-0/+1
sufficiently wide
2021-08-27unposted (based on Marlon: 49273): add -x to local completionOliver Kiddle1-2/+2
2021-08-2749309: update the strace completion through strace 5.13Oliver Kiddle1-43/+79
2021-08-2749306: fix file completion for the second parameter to losetupOliver Kiddle1-2/+3
2021-08-2749234: add missing options in python completionŠtěpán Němec1-2/+5
2021-08-24github #78: Fix completions in _pandocDCsunset1-3/+3
2021-08-1649268: use an empty string search to find matches for info --index-search= ↵Oliver Kiddle1-2/+10
completion Also include info output to the right of " -- " for further info node completion matches and fix quoting of a blank argument to _call_program.
2021-08-1649160: fix quoting for xmllint --pretty completionOliver Kiddle1-1/+1
2021-07-30github #77: Improve subl completions for Sublime Text v4Stavros Ntentos1-0/+2
2021-07-3049211: _typeset: correctly set return valueJun-ichi Takimoto1-14/+15
do not include '-' in onopts so that 'functions -- <TAB>' works.
2021-07-1949147: fix completion of linux kernel modulesEric Cook1-1/+1
2021-07-1149158: remove superfluous function definitionsOliver Kiddle9-253/+213
2021-07-1049157: fix uses of literal % characters in completion descriptionsOliver Kiddle4-8/+8
2021-07-1049156: make wider use of the convention of square brackets for defaultsOliver Kiddle23-61/+53
2021-07-0949151: remove commas erroneously included in _arguments exclusion listsOliver Kiddle7-25/+25
2021-07-0949150: consistently use singular form for headings on completion match groupsOliver Kiddle88-230/+230
2021-07-0949149: add specific values in completion after ssh-keygen -b depending on ↵Oliver Kiddle1-3/+8
the key type
2021-07-0849153: cut off .lua extension from module files that occurs when using lmod ↵Max Voit1-1/+1
for module
2021-06-1448920: _pgrep: Address issues related to -f completiondana1-2/+5
2021-06-1448920: _pgrep: Clarify -x descriptiondana1-1/+1
2021-06-0348952: expand octal codes for record separators in perl completionOliver Kiddle1-39/+60
2021-06-0348938: remove vim fold and option markers in completionsOliver Kiddle2-34/+31
2021-06-0348939: update completion of options for rsync 3.2.3Oliver Kiddle1-15/+38
2021-05-2248897: completion updates for DragonFly 6.0 and OpenBSD 6.9Oliver Kiddle8-13/+29
2021-05-2148891: Fix pgrep/pkill -f completionMarlon Richert1-2/+9
Old completion produced false positives & took too much screen space.
2021-05-2148864: Improve extra-verbose completion display strings for array parameter ↵Marlon Richert1-5/+9
values
2021-05-17users/26649: add zstyle for rake targets without descriptionJörg Sommer1-1/+3
`rake -T` shows only these targets having a description. But it might be useful to see all. Allow this with the zsytle setting: zstyle :completion::complete:rake:argument-rest:targets extended true
2021-05-1648783: update ansible completion to 2.10.8Oliver Kiddle1-13/+25
2021-05-1648623: update options in openssh completion to version 8.6Oliver Kiddle1-40/+66
2021-05-16_timeout: Fix wrong syntaxMikael Magnusson1-1/+1
2021-05-1548710: histed + other zed updatesBart Schaefer1-5/+11