summaryrefslogtreecommitdiff
path: root/Completion/Zsh/Type
AgeCommit message (Expand)AuthorFilesLines
2024-08-3153056: new zsh/random module defining an SRANDOM parameter and zrand_float() ...Clinton Bunch1-1/+1
2024-03-0552646: extend support for highlight groups to completion explanation strings ...Oliver Kiddle1-8/+13
2023-09-2051980: Add glob qualifier grouping operator to completionAtte Peltomäki1-0/+1
2023-09-1552142: Move _history_modifiers call to _parameterMikael Magnusson1-5/+0
2023-05-2151761: Use zstyle verbose for _parameters descriptionsMarlon Richert1-1/+1
2023-05-2151759: Show alias values in command completionsMarlon Richert1-2/+8
2023-01-11unposted: mention attributes changes, fix renumbering mistake and allow compl...Oliver Kiddle1-1/+1
2022-05-30Marlon Richert: 50307 (cf. PWS 50205): suffix aliases should not collide with...Bart Schaefer1-0/+1
2021-12-1649648 based on github #80 (Vincent Bernat): invert before/since for date glob...Oliver Kiddle1-5/+3
2021-12-1349643: facilitate use of the fake style by always calling _description with t...Oliver Kiddle1-4/+8
2021-05-2148864: Improve extra-verbose completion display strings for array parameter v...Marlon Richert1-5/+9
2021-04-1648513: Let extra-verbose completion show parameter valuesMarlon Richert1-14/+30
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-03-1145424: completion: Add **/sbin to PATH when completing commands like sudodana1-3/+16
2020-02-1945447: Complete vcs_info_hookadd and vcs_info_hookdel. Expose _vcs_info_hooks...Daniel Shahaf1-0/+2
2019-05-0744274: allow finer control of completion match soring with compadd's -o optionOliver Kiddle1-1/+1
2019-04-0444201: _command_name: Check for external forcing precommandMatthew Martin1-0/+2
2018-11-1243818: complete math functions for other modules besides zsh/mathfuncOliver Kiddle1-5/+8
2018-07-2943185: Use [ suffix for associative arrays; add + to remove-charsMatthew Martin1-1/+2
2017-10-2941960: add missing local declarations for MATCH, MBEGIN and MENDSebastian Gniazdowski1-1/+2
2017-10-1141831: fix compset usage in ogg123 completion and tweak where compset -p is a...Oliver Kiddle1-1/+1
2016-11-0539834: when print used with -v and -l, include a final newlineOliver Kiddle1-2/+3
2016-11-0539389: when printf -v is used with an array use separate elements each time t...Oliver Kiddle1-2/+1
2016-10-1839657: Make a helper function global.Daniel Shahaf1-0/+14
2016-10-0739479 + 39481 minus _path_files hunk (see 39489): Completion: audit 'compset ...Daniel Shahaf4-2/+8
2016-08-2239046 + 39061: New :P history modifier.Daniel Shahaf1-2/+3
2016-07-2838956: factor out zle widget completion into its own functionOliver Kiddle1-0/+9
2016-06-2238735: support verbose style to allow clearer but less compact descriptions f...Oliver Kiddle1-4/+20
2016-06-2138736: various RPN mode enhancements for zcalcPeter Stephenson2-2/+2
2016-06-1838707: strip suffix for glob qualifier completionOliver Kiddle1-1/+1
2015-09-28unposted: Fix broken case condition and "qualifer" typoMikael Magnusson2-2/+2
2015-08-1436146: avoid mix of -/ and -g with _files as that just overrides user prefere...Oliver Kiddle1-3/+1
2015-07-2335753: allow for numbers after the ( in ternary expressions and fix backslash...Oliver Kiddle1-10/+9
2015-07-22users/20324: add (D) flag for tilde-fied completion listingBarton E. Schaefer1-3/+3
2015-07-15unposted: _ps1234: Fix ternary test char completionMikael Magnusson1-3/+3
2015-07-1435756: use the actual colours in the completion list for terminal coloursOliver Kiddle1-16/+30
2015-07-0935748: fixes to prompt spec completion where it contains date formatsOliver Kiddle1-0/+157
2015-07-0735718: new calendar style date completionOliver Kiddle1-5/+6
2015-06-2335568: use symlinks in /proc/$$/path on Solaris and procstat on FreeBSDOliver Kiddle1-31/+35
2015-06-1835521: sort matches numerically and use pfiles on SolarisOliver Kiddle1-13/+24
2015-06-1835490: silence errors and avoid blank match due to missing localEric Cook1-8/+21
2015-01-2534373, 34374: update completion of builtin commands, modifiers,Oliver Kiddle2-1/+11
2014-12-0733883: documentation for (*) glob qualifierDaniel Shahaf1-1/+1
2014-08-2333047: use git to simplify massively source distribution file selectionPeter Stephenson1-25/+0
2014-06-0332694: the number of matches to find is the suffix argument of (Y) qualifierDaniel Shahaf1-0/+1
2014-03-0132412 / 32415: New giga- and terabyte units for glob qualifiersManuel Presnitz1-3/+3
2014-01-2832303: simplistic completion after $x:Peter Stephenson1-0/+5
2013-12-15users/18219: compadd -Q for builtins, aliases, and reserved wordsBarton E. Schaefer1-3/+3