about summary refs log tree commit diff
path: root/Completion/Zsh
Commit message (Expand)AuthorAgeFilesLines
* 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
* 40114: complete :/ with other parameter operatorsOliver Kiddle2016-12-081-0/+1
* 40035: Cosmetic fixes for comments and documentation.Eitan Adler2016-11-292-2/+2
* unposted: Complete the $foo[(f)] flag.Daniel Shahaf2016-11-291-0/+1
* 40013: process zsh-specific time format extensions correctlyJun-ichi Takimoto2016-11-261-1/+1
* 39917: Complete setsid(1) as a precommandDaniel Shahaf2016-11-171-1/+1
* 39834: when print used with -v and -l, include a final newlineOliver Kiddle2016-11-053-20/+23
* 39389: when printf -v is used with an array use separate elements each time t...Oliver Kiddle2016-11-052-8/+12
* 39657: _zstyle: Complete the -g, -s,-b,-a, -t,-T, -m options.Daniel Shahaf2016-10-181-9/+80
* 39657: _zstyle: When completing a style for an unrecognised context, complete...Daniel Shahaf2016-10-181-1/+1
* 39657: Make a helper function global.Daniel Shahaf2016-10-182-16/+14
* 39479 + 39481 minus _path_files hunk (see 39489): Completion: audit 'compset ...Daniel Shahaf2016-10-075-3/+9
* 39423: _zed: Support the '--' end-of-options mark.Daniel Shahaf2016-09-241-3/+5
* 39370: complete -w and -K options to zle following the widget name and numeri...Oliver Kiddle2016-09-212-1/+3
* 39332: support ksh's [[ -v varname ]] condition for checking if variables are...Oliver Kiddle2016-09-161-0/+3
* 39046 + 39061: New :P history modifier.Daniel Shahaf2016-08-221-2/+3
* 38957: make use of updates to match-words-by-style and better support complet...Oliver Kiddle2016-07-281-2/+5
* 38956: factor out zle widget completion into its own functionOliver Kiddle2016-07-285-14/+19
* 38890: _add-zle-hook-widget: New completion.Daniel Shahaf2016-07-222-3/+38
* _print: add -vMikael Magnusson2016-07-181-0/+2
* 38812: a few new completions and update some command optionsOliver Kiddle2016-07-081-0/+2
* 38735: support verbose style to allow clearer but less compact descriptions f...Oliver Kiddle2016-06-221-4/+20
* 38736: various RPN mode enhancements for zcalcPeter Stephenson2016-06-212-2/+2
* 38707: strip suffix for glob qualifier completionOliver Kiddle2016-06-181-1/+1
* 38515: _subsript twwaksMatthew Martin2016-05-221-3/+2
* 38402: Complete 'eatmydata'.Daniel Shahaf2016-05-041-1/+1
* unposted: _compadd: Fix typo.Daniel Shahaf2016-05-011-1/+1
* 38219: remove redundant left square bracketHan Pingtian2016-04-141-1/+1
* 37788: _subscript - fix completion of associative array keysEric Cook2016-01-261-2/+2
* unposted: Remove uneeded executability bits.Daniel Shahaf2015-12-031-0/+0
* unposted: Fix broken case condition and "qualifer" typoMikael Magnusson2015-09-283-5/+5
* 36571: Completion for zsocket and updated losetup's completionEric Cook2015-09-231-0/+14
* 36177: _setopt: complete printexitvalue both waysMikael Magnusson2015-08-171-2/+3
* 36146: avoid mix of -/ and -g with _files as that just overrides user prefere...Oliver Kiddle2015-08-142-4/+2
* 36127: assorted minor completion function changesOliver Kiddle2015-08-121-1/+1
* 36119: _strftime: Add completion for zsh/datetime's strftime builtinMikael Magnusson2015-08-121-0/+12
* 35970: completion: fix typos in _git and _brace_parameterDaniel Hahler2015-08-021-1/+1
* 35753: allow for numbers after the ( in ternary expressions and fix backslash...Oliver Kiddle2015-07-231-10/+9
* users/20324: add (D) flag for tilde-fied completion listingBarton E. Schaefer2015-07-221-3/+3
* unposted: _ps1234: Fix ternary test char completionMikael Magnusson2015-07-151-3/+3
* 35756: use the actual colours in the completion list for terminal coloursOliver Kiddle2015-07-141-16/+30
* 35748: fixes to prompt spec completion where it contains date formatsOliver Kiddle2015-07-092-6/+168
* 35729: new compadd completionOliver Kiddle2015-07-081-0/+52
* 35718: new calendar style date completionOliver Kiddle2015-07-071-5/+6
* 35673: Improve _zargsMikael Magnusson2015-07-031-20/+44
* 35568: use symlinks in /proc/$$/path on Solaris and procstat on FreeBSDOliver Kiddle2015-06-231-31/+35