about summary refs log tree commit diff
path: root/Completion/Zsh/Command
Commit message (Expand)AuthorAgeFilesLines
* 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 buil...Daniel Shahaf2017-10-111-1/+8
* 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
* 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-052-18/+20
* 39389: when printf -v is used with an array use separate elements each time t...Oliver Kiddle2016-11-051-6/+11
* 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-181-16/+0
* 39479 + 39481 minus _path_files hunk (see 39489): Completion: audit 'compset ...Daniel Shahaf2016-10-071-1/+1
* 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
* 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-283-11/+8
* _print: add -vMikael Magnusson2016-07-181-0/+2
* 38812: a few new completions and update some command optionsOliver Kiddle2016-07-081-0/+2
* 38402: Complete 'eatmydata'.Daniel Shahaf2016-05-041-1/+1
* unposted: _compadd: Fix typo.Daniel Shahaf2016-05-011-1/+1
* unposted: Remove uneeded executability bits.Daniel Shahaf2015-12-031-0/+0
* 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-141-1/+1
* 36119: _strftime: Add completion for zsh/datetime's strftime builtinMikael Magnusson2015-08-121-0/+12
* 35748: fixes to prompt spec completion where it contains date formatsOliver Kiddle2015-07-091-6/+11
* 35729: new compadd completionOliver Kiddle2015-07-081-0/+52
* 35527: use list-separator style in cases where separator was hardcodedOliver Kiddle2015-06-192-13/+13
* 35350: extend "fc -I" to cover listing of "internal" history events onlyBarton E. Schaefer2015-06-061-14/+15
* 34940: _fc: fix typo breaking completion for historyOliver Kiddle2015-04-241-1/+1
* Revert "34926: _fc: Remove a spurious 2"Mikael Magnusson2015-04-211-1/+1
* 34926: _fc: Remove a spurious 2Mikael Magnusson2015-04-191-1/+1
* users/20159: completion: zstyle: Add 'show-ambiguity'Daniel Shahaf2015-04-131-0/+1
* Fix ~ and (Q) order in _zattrMikael Magnusson2015-03-151-1/+1
* 34435: Update emulate completion.Peter Stephenson2015-01-301-2/+4
* 34373, 34374: update completion of builtin commands, modifiers,Oliver Kiddle2015-01-257-40/+87
* _zstyle vcs_info completion: Add missing stylesDaniel Shahaf2015-01-251-0/+42
* _zstyle vcs_info: Unbreak branchformat completionDaniel Shahaf2015-01-251-1/+1
* 33977: don't complete widgets as first argument to bindkeyDaniel Shahaf2014-12-211-0/+1
* 33485: fixes for zstyle context handlingOliver Kiddle2014-10-212-16/+9
* 33420: complete -R/-m options and fix feature completionOliver Kiddle2014-10-101-18/+24
* 33323: fix bug in removing math functions and complete -M option to functionsOliver Kiddle2014-10-021-4/+11
* 33061: More useful setopt / unsetopt completionMikael Magnusson2014-09-062-18/+14