about summary refs log tree commit diff
path: root/Completion/Zsh/Command
Commit message (Collapse)AuthorAgeFilesLines
* 52859: use _date_formats for fc and complete -m/-M for varedOliver Kiddle2024-04-012-1/+3
|
* 52594: support for POSIX real-time signals with kill and trapOliver Kiddle2024-02-281-4/+5
| | | | Also add new -L option to kill for a more verbose listing of signals
* 52326, 52372: add -q option to kill for sigqueueOliver Kiddle2023-12-051-0/+1
|
* github #105: add "-I" for "zle" completionShotaro Aoyama2023-11-081-0/+1
|
* Protect some :s from history modifier expansionStephane Chazelas2023-06-061-1/+1
|
* 51470 (tweaked, c.f. 51476): Separate cdpath elements in path-directories ↵Sebastian Stark2023-02-241-2/+9
| | | | completion
* unposted (see 48073): _fc: Complete new -s optiondana2022-04-021-1/+2
|
* 49528: allow multiple -D options to compaddOliver Kiddle2021-10-301-1/+1
|
* 49389: leading variables in autoload file completionBart Schaefer2021-09-081-2/+2
|
* 48969: fix for "zle -N" completionMarlon Richert2021-09-061-4/+4
|
* unposted (based on Marlon: 49273): add -x to local completionOliver Kiddle2021-08-271-2/+2
|
* 49211: _typeset: correctly set return valueJun-ichi Takimoto2021-07-301-14/+15
| | | | do not include '-' in onopts so that 'functions -- <TAB>' works.
* 49150: consistently use singular form for headings on completion match groupsOliver Kiddle2021-07-097-16/+16
|
* 48710: histed + other zed updatesBart Schaefer2021-05-151-5/+11
|
* 48378: complete compadd options for other completion functionsOliver Kiddle2021-04-091-37/+84
|
* 47737: _zstyle: Fix option completion when positional arguments are already ↵dana2021-03-291-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.
* 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
|
* 47494, 47495: Add -n option to strftimeMikael Magnusson2020-10-251-5/+7
|
* 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
|
* users/24892: fix local declaration with recursive-files style and complete ↵Oliver Kiddle2020-06-111-4/+6
| | | | it for zstyle
* 45447: Complete vcs_info_hookadd and vcs_info_hookdel. Expose ↵Daniel Shahaf2020-02-191-3/+0
| | | | _vcs_info_hooks as a top-level helper function.
* 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-071-4/+8
|
* 44201: _command_name: Check for external forcing precommandMatthew Martin2019-04-041-1/+0
|
* 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
* 43960: Add full completion for exec and setsiddana2019-01-012-1/+10
|
* unposted (cf. 43800): Update strftime completiondana2018-11-131-2/+4
|
* 43784: clarify descriptions on options related to match sortingOliver Kiddle2018-11-081-3/+3
|
* 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.
* 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-291-1/+2
|
* 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.
* 40965: fix for missing local declarations of explOliver Kiddle2017-04-261-1/+1
|
* unposted: "autooad ~..." also completes filePeter Stephenson2017-01-171-1/+1
|
* 40332: completion for new autoload featuresPeter Stephenson2017-01-111-8/+16
|
* 40035: Cosmetic fixes for comments and documentation.Eitan Adler2016-11-291-1/+1
| | | | Mostly fixes to doubled words.
* 40013: process zsh-specific time format extensions correctlyJun-ichi Takimoto2016-11-261-1/+1
|