summaryrefslogtreecommitdiff
path: root/Completion/Zsh
AgeCommit message (Collapse)AuthorFilesLines
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
2018-09-0643366: _compdef: Change and add sources for completed completion function names.Daniel Shahaf1-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.
2018-07-2943185: Use [ suffix for associative arrays; add + to remove-charsMatthew Martin1-1/+2
2018-06-2143073: various completion option updatesOliver Kiddle2-3/+5
2018-06-2043060: Expand stat completiondana1-33/+0
2018-05-1742784: complete -s and -x options to the functions builtinOliver Kiddle1-4/+10
2018-01-2342299: correct optional argumentOliver Kiddle1-1/+1
2018-01-0242171: prevent parameters of various parameters from becoming globalEric Cook1-1/+1
2017-11-0241971: correctly break out of certain tag loops when there are matchesOliver Kiddle1-0/+1
2017-10-3141965: complete new functions -W and zmodload -s optionsOliver Kiddle2-1/+3
2017-10-2941960: add missing local declarations for MATCH, MBEGIN and MENDSebastian Gniazdowski2-2/+4
2017-10-2841927: complete "typeset -p"'s optional argument for multi-line outputOliver Kiddle1-1/+1
2017-10-1141825/0002: _stat: Complete -x options to zsh/stat's 'zstat'.Daniel Shahaf1-15/+21
2017-10-1141825/0001: _stat: Only complete 'stat' if it's provided by the zsh/stat ↵Daniel Shahaf1-1/+8
builtin.
2017-10-1141831: fix compset usage in ogg123 completion and tweak where compset -p is ↵Oliver Kiddle1-1/+1
a better choice than -P
2017-10-0741827: correct sense of description for ${...:?...} expansionOliver Kiddle1-1/+1
2017-10-0741826: dana: fix inaccuracies in completion description wording for ↵dana1-4/+4
parameter expansion flags
2017-09-2841762: fix for completion in assignment to associative array elementOliver Kiddle1-1/+1
2017-04-2640965: fix for missing local declarations of explOliver Kiddle4-1/+4
2017-02-25unposted: Port 40617 to the completion.Daniel Shahaf1-1/+1
2017-01-17unposted: "autooad ~..." also completes filePeter Stephenson1-1/+1
2017-01-1140332: completion for new autoload featuresPeter Stephenson1-8/+16
2016-12-10users/22182: Propagate 22161 docs patch to completion descriptions.Daniel Shahaf1-1/+1
2016-12-0840114: complete :/ with other parameter operatorsOliver Kiddle1-0/+1
2016-11-2940035: Cosmetic fixes for comments and documentation.Eitan Adler2-2/+2
Mostly fixes to doubled words.
2016-11-29unposted: Complete the $foo[(f)] flag.Daniel Shahaf1-0/+1
2016-11-2640013: process zsh-specific time format extensions correctlyJun-ichi Takimoto1-1/+1
2016-11-1739917: Complete setsid(1) as a precommandDaniel Shahaf1-1/+1
2016-11-0539834: when print used with -v and -l, include a final newlineOliver Kiddle3-20/+23
Also complete print -S option and make further use of the new printf to an array feature in other completion functions.
2016-11-0539389: when printf -v is used with an array use separate elements each time ↵Oliver Kiddle2-8/+12
the format is reused
2016-10-1839657: _zstyle: Complete the -g, -s,-b,-a, -t,-T, -m options.Daniel Shahaf1-9/+80
2016-10-1839657: _zstyle: When completing a style for an unrecognised context, ↵Daniel Shahaf1-1/+1
complete all known styles. Previously, vcs_info styles weren't completed.
2016-10-1839657: Make a helper function global.Daniel Shahaf2-16/+14
2016-10-0739479 + 39481 minus _path_files hunk (see 39489): Completion: audit 'compset ↵Daniel Shahaf5-3/+9
-P' calls to use shortest match where applicable, plus random drive-by tweaks. Found by grepping for patterns that can match needles of various lengths: :grep 'compset -[PS].*[\#^*()\|<>?~\]' Completion/
2016-09-2439423: _zed: Support the '--' end-of-options mark.Daniel Shahaf1-3/+5
This matters for fned'ing vcs_info hooks.
2016-09-2139370: complete -w and -K options to zle following the widget name and ↵Oliver Kiddle2-1/+3
numeric base to integer
2016-09-1639332: support ksh's [[ -v varname ]] condition for checking if variables ↵Oliver Kiddle1-0/+3
are set
2016-08-2239046 + 39061: New :P history modifier.Daniel Shahaf1-2/+3
2016-07-2838957: make use of updates to match-words-by-style and better support ↵Oliver Kiddle1-2/+5
completion of word-style styles for zstyle
2016-07-2838956: factor out zle widget completion into its own functionOliver Kiddle5-14/+19
2016-07-2238890: _add-zle-hook-widget: New completion.Daniel Shahaf2-3/+38
2016-07-18_print: add -vMikael Magnusson1-0/+2
2016-07-0838812: a few new completions and update some command optionsOliver Kiddle1-0/+2
2016-06-2238735: support verbose style to allow clearer but less compact descriptions ↵Oliver Kiddle1-4/+20
for time specifiers
2016-06-2138736: various RPN mode enhancements for zcalcPeter Stephenson2-2/+2
2016-06-1838707: strip suffix for glob qualifier completionOliver Kiddle1-1/+1
2016-05-2238515: _subsript twwaksMatthew Martin1-3/+2
Need -- after print; also optimise array add