about summary refs log tree commit diff
path: root/Completion/Zsh
Commit message (Collapse)AuthorAgeFilesLines
* github #68: support section suffix completion for man pagestaiyu2021-02-131-0/+6
| | | | | Support prepend and suffix values for insert-sections Add values for insert-sections for zstyle completion
* 47929: complete newer possible values for the sort styleOliver Kiddle2021-02-071-1/+5
|
* 47873: Improve completion within dynamic directory namesPeter Stephenson2021-01-271-1/+3
|
* 47494, 47495: Add -n option to strftimeMikael Magnusson2020-10-251-5/+7
|
* 47364: Enable extendedglob in pattern with ${(*)name/pattern/replacement}Bart Schaefer2020-09-131-0/+1
| | | | Mikael Magnusson: 47382: Completion for 47364
* unposted: remove periods from completion descriptionsDoug Kearns2020-09-061-1/+1
| | | | As per the completion-style-guide recommendations.
* 47306: edit-command-line: add editor styleMikael Magnusson2020-08-161-0/+1
|
* 47304: _globflags: support specifying more than one flag where appropriateMikael Magnusson2020-08-161-9/+24
|
* github #61: _parameters: Don't leak the variable $ioxiedi2020-07-141-1/+1
|
* 46036: fix colouring in prompt completionOliver Kiddle2020-06-111-3/+3
|
* users/24892: fix local declaration with recursive-files style and complete ↵Oliver Kiddle2020-06-111-4/+6
| | | | it for zstyle
* 45424: completion: Add **/sbin to PATH when completing commands like sudodana2020-03-111-3/+16
| | | | | | | | | | | | | | | | | | * Update _command_names to add **/sbin to PATH when not otherwise overridden and _comp_priv_prefix is set. This ensures that, on systems where unprivileged users don't have **/sbin in their PATHs, we can still complete those commands when they try to run them with e.g. sudo * Update functions for privilege-gaining commands to use the aforementioned mechanism * Fix some other minor issues in _pfexec and _doas Changes from the posted diff: * Fix a minor redundancy in _doas * Add _c_p_p=( '' ) hack to _su
* 45447: Complete vcs_info_hookadd and vcs_info_hookdel. Expose ↵Daniel Shahaf2020-02-193-3/+33
| | | | _vcs_info_hooks as a top-level helper function.
* _brace_parameter: add missing \Mikael Magnusson2020-01-191-1/+1
|
* 44970: _brace_parameter: Update the description of S flagSebastian Gniazdowski2019-12-041-1/+1
|
* 44809: _typeset: Complete 'functions -c'Daniel Shahaf2019-10-141-0/+1
|
* 44274: allow finer control of completion match soring with compadd's -o optionOliver Kiddle2019-05-072-5/+9
|
* 44201: _command_name: Check for external forcing precommandMatthew Martin2019-04-042-1/+2
|
* 44200 (tweaked): Completion: Append to precommands in _normalMatthew Martin2019-04-044-14/+4
|
* 44144: _builtin: Append "builtin" to precommandsMatthew Martin2019-03-211-0/+2
|
* 44100: zparseopts: Add -F option, completion, tests; improve documentationdana2019-03-121-0/+37
| | | | | | | * Enable zparseopts to perform basic usage validation (aborting on an unrecognised option-like parameter) * Officially document the resolution of ambiguous option specs
* unposted: _zftp: Use 'post' pattern matchingdana2019-03-061-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
* 44001: _brace_parameter: Complete (q+)dana2019-01-211-0/+1
|
* 43960: Add full completion for exec and setsiddana2019-01-012-1/+10
|
* unposted (cf. 43800): Update strftime completiondana2018-11-131-2/+4
|
* 43818: complete math functions for other modules besides zsh/mathfuncOliver Kiddle2018-11-121-5/+8
|
* 43784: clarify descriptions on options related to match sortingOliver Kiddle2018-11-081-3/+3
|
* unposted (c.f. Bart: 43739): use a correct description for the @ parameter ↵Oliver Kiddle2018-11-081-1/+1
| | | | expansion flag
* 43366: _compdef: Change and add sources for completed completion function names.Daniel Shahaf2018-09-061-2/+3
| | | | | | Use ${(v)_comps} instead of going through $fpath again. Use ${functions} as well to find more legitimate matches, such as various __git_foo() helpers defined in ${^fpath}/_git.
* 43185: Use [ suffix for associative arrays; add + to remove-charsMatthew Martin2018-07-291-1/+2
|
* 43073: various completion option updatesOliver Kiddle2018-06-212-3/+5
|
* 43060: Expand stat completiondana2018-06-201-33/+0
|
* 42784: complete -s and -x options to the functions builtinOliver Kiddle2018-05-171-4/+10
|
* 42299: correct optional argumentOliver Kiddle2018-01-231-1/+1
|
* 42171: prevent parameters of various parameters from becoming globalEric Cook2018-01-021-1/+1
|
* 41971: correctly break out of certain tag loops when there are matchesOliver Kiddle2017-11-021-0/+1
|
* 41965: complete new functions -W and zmodload -s optionsOliver Kiddle2017-10-312-1/+3
|
* 41960: add missing local declarations for MATCH, MBEGIN and MENDSebastian Gniazdowski2017-10-292-2/+4
|
* 41927: complete "typeset -p"'s optional argument for multi-line outputOliver Kiddle2017-10-281-1/+1
|
* 41825/0002: _stat: Complete -x options to zsh/stat's 'zstat'.Daniel Shahaf2017-10-111-15/+21
|
* 41825/0001: _stat: Only complete 'stat' if it's provided by the zsh/stat ↵Daniel Shahaf2017-10-111-1/+8
| | | | builtin.
* 41831: fix compset usage in ogg123 completion and tweak where compset -p is ↵Oliver Kiddle2017-10-111-1/+1
| | | | a better choice than -P
* 41827: correct sense of description for ${...:?...} expansionOliver Kiddle2017-10-071-1/+1
|
* 41826: dana: fix inaccuracies in completion description wording for ↵dana2017-10-071-4/+4
| | | | parameter expansion flags
* 41762: fix for completion in assignment to associative array elementOliver Kiddle2017-09-281-1/+1
|
* 40965: fix for missing local declarations of explOliver Kiddle2017-04-264-1/+4
|
* unposted: Port 40617 to the completion.Daniel Shahaf2017-02-251-1/+1
|
* unposted: "autooad ~..." also completes filePeter Stephenson2017-01-171-1/+1
|
* 40332: completion for new autoload featuresPeter Stephenson2017-01-111-8/+16
|
* users/22182: Propagate 22161 docs patch to completion descriptions.Daniel Shahaf2016-12-101-1/+1
|