about summary refs log tree commit diff
path: root/Completion
Commit message (Collapse)AuthorAgeFilesLines
* unposted (based on Marlon: 49273): add -x to local completionOliver Kiddle2021-08-271-2/+2
|
* 49309: update the strace completion through strace 5.13Oliver Kiddle2021-08-271-43/+79
|
* 49306: fix file completion for the second parameter to losetupOliver Kiddle2021-08-271-2/+3
|
* 49234: add missing options in python completionŠtěpán Němec2021-08-271-2/+5
|
* github #78: Fix completions in _pandocDCsunset2021-08-241-3/+3
|
* 49268: use an empty string search to find matches for info --index-search= ↵Oliver Kiddle2021-08-161-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.
* 49160: fix quoting for xmllint --pretty completionOliver Kiddle2021-08-161-1/+1
|
* github #77: Improve subl completions for Sublime Text v4Stavros Ntentos2021-07-301-0/+2
|
* 49211: _typeset: correctly set return valueJun-ichi Takimoto2021-07-301-14/+15
| | | | do not include '-' in onopts so that 'functions -- <TAB>' works.
* 49147: fix completion of linux kernel modulesEric Cook2021-07-191-1/+1
|
* 49158: remove superfluous function definitionsOliver Kiddle2021-07-119-253/+213
|
* 49157: fix uses of literal % characters in completion descriptionsOliver Kiddle2021-07-104-8/+8
|
* 49156: make wider use of the convention of square brackets for defaultsOliver Kiddle2021-07-1023-61/+53
|
* 49151: remove commas erroneously included in _arguments exclusion listsOliver Kiddle2021-07-097-25/+25
|
* 49150: consistently use singular form for headings on completion match groupsOliver Kiddle2021-07-0988-230/+230
|
* 49149: add specific values in completion after ssh-keygen -b depending on ↵Oliver Kiddle2021-07-091-3/+8
| | | | the key type
* 49153: cut off .lua extension from module files that occurs when using lmod ↵Max Voit2021-07-081-1/+1
| | | | for module
* 48920: _pgrep: Address issues related to -f completiondana2021-06-141-2/+5
|
* 48920: _pgrep: Clarify -x descriptiondana2021-06-141-1/+1
|
* 48952: expand octal codes for record separators in perl completionOliver Kiddle2021-06-031-39/+60
|
* 48938: remove vim fold and option markers in completionsOliver Kiddle2021-06-032-34/+31
|
* 48939: update completion of options for rsync 3.2.3Oliver Kiddle2021-06-031-15/+38
|
* 48897: completion updates for DragonFly 6.0 and OpenBSD 6.9Oliver Kiddle2021-05-228-13/+29
|
* 48891: Fix pgrep/pkill -f completionMarlon Richert2021-05-211-2/+9
| | | | Old completion produced false positives & took too much screen space.
* 48864: Improve extra-verbose completion display strings for array parameter ↵Marlon Richert2021-05-211-5/+9
| | | | values
* users/26649: add zstyle for rake targets without descriptionJörg Sommer2021-05-171-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
* 48783: update ansible completion to 2.10.8Oliver Kiddle2021-05-161-13/+25
|
* 48623: update options in openssh completion to version 8.6Oliver Kiddle2021-05-161-40/+66
|
* _timeout: Fix wrong syntaxMikael Magnusson2021-05-161-1/+1
|
* 48710: histed + other zed updatesBart Schaefer2021-05-151-5/+11
|
* 48709: suppress error messages from comptryBart Schaefer2021-05-151-1/+1
|
* 48702: _pandoc: don't use cache, multiple extensions of format, etc.Jun-ichi Takimoto2021-04-281-261/+114
|
* 48617: fix misuse of IGNORE_BRACES when initializing debug_indentBart Schaefer2021-04-191-1/+5
|
* Add -L to add-(zsh|zle)-hook[-widget] completionMarlon Richert2021-04-192-6/+12
| | | | …and hide mutually exclusive options.
* github/zsh-completions #792: added completions for opus-tools (opusenc, ↵André Kugland2021-04-191-0/+71
| | | | opusdec & opusinfo)
* 48619: complete inventory plugins in assignments to ANSIBLE_INVENTORY_ENABLEDOliver Kiddle2021-04-191-7/+7
|
* 48618: update completions for FreeBSD 13Oliver Kiddle2021-04-196-33/+89
|
* 48560: add TYPESET_TO_UNSET option to remove initialization of parametersBart Schaefer2021-04-181-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.
* 48361 (+ 48368 review comments): __arguments: New completion function for ↵Daniel Shahaf2021-04-171-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
* 48513: Let extra-verbose completion show parameter valuesMarlon Richert2021-04-161-14/+30
|
* 48556: new completion for ipfwOliver Kiddle2021-04-161-0/+325
|
* 48466: correct indentation and remove tabs and trailing spacesMarc Chantreux2021-04-111-29/+29
|
* 48445: pluralize tags in _surfrawMarc Chantreux2021-04-111-8/+8
|
* users/26645: update options in gv completionMarc Chantreux2021-04-111-1/+4
|
* 48338: _git: Support case-insensitive path matchingdana2021-04-101-3/+8
|
* 48378: complete compadd options for other completion functionsOliver Kiddle2021-04-091-37/+84
|
* 48437: fix pid completion when cursor is in the middle of the lineOliver Kiddle2021-04-091-2/+2
|
* 48416: update _gcore for macOS and GNUJun-ichi Takimoto2021-04-081-3/+13
|
* 48321 (tweaked per thread): _perl_modules: Don't assume ${words[1]} to be ↵Daniel Shahaf2021-04-081-5/+6
| | | | | | | either "perl" or "perldoc" Also, correct an always-true condition guarding the fallback @INC codepath.
* users/26579: changes from review including parameter expansion to replace awkMarc Chantreux2021-04-061-13/+17
|