summaryrefslogtreecommitdiff
path: root/Completion/Zsh
AgeCommit message (Collapse)AuthorFilesLines
2023-01-11unposted: mention attributes changes, fix renumbering mistake and allow ↵Oliver Kiddle1-1/+1
completion to offer prompt escapes for PROMPT_EOL_MARK
2022-07-2450421: add context as the 1st arg to _dispatchJun-ichi Takimoto1-1/+2
2022-05-30Marlon Richert: 50307 (cf. PWS 50205): suffix aliases should not collide ↵Bart Schaefer1-0/+1
with directory names when completing
2022-04-0349959: _brace_parameter: add (-)Mikael Magnusson1-1/+2
2022-04-02unposted (see 48073): _fc: Complete new -s optiondana1-1/+2
2022-03-3149932: Update _brace_parameter # descriptionMatthew Martin1-1/+1
2021-12-1649648 based on github #80 (Vincent Bernat): invert before/since for date ↵Oliver Kiddle1-5/+3
glob qualifiers completion
2021-12-1349643: facilitate use of the fake style by always calling _description with ↵Oliver Kiddle1-4/+8
the executables tag for command names Also allow the command-path style to include relative directories.
2021-10-3049528: allow multiple -D options to compaddOliver Kiddle1-1/+1
2021-09-0849389: leading variables in autoload file completionBart Schaefer1-2/+2
2021-09-0648969: fix for "zle -N" completionMarlon Richert1-4/+4
2021-08-27unposted (based on Marlon: 49273): add -x to local completionOliver Kiddle1-2/+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-0949151: remove commas erroneously included in _arguments exclusion listsOliver Kiddle1-10/+10
2021-07-0949150: consistently use singular form for headings on completion match groupsOliver Kiddle10-19/+19
2021-05-2148864: Improve extra-verbose completion display strings for array parameter ↵Marlon Richert1-5/+9
values
2021-05-1548710: histed + other zed updatesBart Schaefer1-5/+11
2021-04-19Add -L to add-(zsh|zle)-hook[-widget] completionMarlon Richert2-6/+12
…and hide mutually exclusive options.
2021-04-1748361 (+ 48368 review comments): __arguments: New completion function for ↵Daniel Shahaf1-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
2021-04-1648513: Let extra-verbose completion show parameter valuesMarlon Richert1-14/+30
2021-04-0948378: complete compadd options for other completion functionsOliver Kiddle1-37/+84
2021-03-2947737: _zstyle: Fix option completion when positional arguments are already ↵dana1-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.
2021-02-13github #68: support section suffix completion for man pagestaiyu1-0/+6
Support prepend and suffix values for insert-sections Add values for insert-sections for zstyle completion
2021-02-0747929: complete newer possible values for the sort styleOliver Kiddle1-1/+5
2021-01-2747873: Improve completion within dynamic directory namesPeter Stephenson1-1/+3
2020-10-2547494, 47495: Add -n option to strftimeMikael Magnusson1-5/+7
2020-09-1347364: Enable extendedglob in pattern with ${(*)name/pattern/replacement}Bart Schaefer1-0/+1
Mikael Magnusson: 47382: Completion for 47364
2020-09-06unposted: remove periods from completion descriptionsDoug Kearns1-1/+1
As per the completion-style-guide recommendations.
2020-08-1647306: edit-command-line: add editor styleMikael Magnusson1-0/+1
2020-08-1647304: _globflags: support specifying more than one flag where appropriateMikael Magnusson1-9/+24
2020-07-14github #61: _parameters: Don't leak the variable $ioxiedi1-1/+1
2020-06-1146036: fix colouring in prompt completionOliver Kiddle1-3/+3
2020-06-11users/24892: fix local declaration with recursive-files style and complete ↵Oliver Kiddle1-4/+6
it for zstyle
2020-03-1145424: completion: Add **/sbin to PATH when completing commands like sudodana1-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
2020-02-1945447: Complete vcs_info_hookadd and vcs_info_hookdel. Expose ↵Daniel Shahaf3-3/+33
_vcs_info_hooks as a top-level helper function.
2020-01-19_brace_parameter: add missing \Mikael Magnusson1-1/+1
2019-12-0444970: _brace_parameter: Update the description of S flagSebastian Gniazdowski1-1/+1
2019-10-1444809: _typeset: Complete 'functions -c'Daniel Shahaf1-0/+1
2019-05-0744274: allow finer control of completion match soring with compadd's -o optionOliver Kiddle2-5/+9
2019-04-0444201: _command_name: Check for external forcing precommandMatthew Martin2-1/+2
2019-04-0444200 (tweaked): Completion: Append to precommands in _normalMatthew Martin4-14/+4
2019-03-2144144: _builtin: Append "builtin" to precommandsMatthew Martin1-0/+2
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-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-01-2144001: _brace_parameter: Complete (q+)dana1-0/+1
2019-01-0143960: Add full completion for exec and setsiddana2-1/+10
2018-11-13unposted (cf. 43800): Update strftime completiondana1-2/+4
2018-11-1243818: complete math functions for other modules besides zsh/mathfuncOliver Kiddle1-5/+8
2018-11-0843784: clarify descriptions on options related to match sortingOliver Kiddle1-3/+3
2018-11-08unposted (c.f. Bart: 43739): use a correct description for the @ parameter ↵Oliver Kiddle1-1/+1
expansion flag