about summary refs log tree commit diff
path: root/Completion
Commit message (Expand)AuthorAgeFilesLines
...
* 16838: complete new options of grep 2.5 and value for GREP_OPTIONS parameterOliver Kiddle2002-03-151-12/+33
* 16823: complete for values of GZIP and any *PATH or *path parametersOliver Kiddle2002-03-144-6/+13
* 16821+16831: _gzip, _compress, _bzip2 complete after redirectionsPeter Stephenson2002-03-143-3/+3
* remove that -T option to compdef again and instead use comma-separated sub-co...Sven Wischnowsky2002-03-1320-253/+184
* 16804: completion for sccsOliver Kiddle2002-03-112-1/+134
* 16803: option descriptionsOliver Kiddle2002-03-112-96/+82
* 16789: completion for netcatClint Adams2002-03-101-0/+34
* 16779: Completion/Unix/Command/_mysqldiff,Adam Spiers2002-03-072-1/+32
* 16778: completion by Istvan Sebestyen for irssi.Clint Adams2002-03-072-1/+46
* 16769: Completion/Unix/Command/_gcc: fix typoAdam Spiers2002-03-061-1/+1
* unposted: usual fixups for .distfiles zsh-4.1.0-dev-4Peter Stephenson2002-03-052-1/+2
* allow different sets of completion definitions selected with option -T to com...Sven Wischnowsky2002-03-0420-278/+397
* 16748: Fix infinite loop introduced by 16464.Bart Schaefer2002-03-011-1/+1
* make _message inhibit insertion of matches unless there are faked ones (16710)Sven Wischnowsky2002-02-251-0/+2
* make _guard use `_mesage -e'; make `_message -e' use $curtag as a default; ch...Sven Wischnowsky2002-02-256-16/+17
* Fix sed expression to correctly extract option names from ~/.pinerc file.Bart Schaefer2002-02-211-1/+1
* 16619, 16676: add -c, -l and -p options to the dirs builtinOliver Kiddle2002-02-203-3/+13
* fix test for prefix-needed (16667)Sven Wischnowsky2002-02-181-3/+2
* 16662: use parameter expansion instead of grep, sed, and seq.Clint Adams2002-02-171-3/+3
* Gergely Nagy, 16644: completion for cdcd.Clint Adams2002-02-142-1/+102
* add -x option (to be passed on to compadd) to _description and friends; make ...Sven Wischnowsky2002-02-126-48/+34
* 16590: use a prefix match instead of a "fuzzy-exact" match.Clint Adams2002-02-081-1/+1
* 16568: get listing of entire directory for approximation and other purposes.Clint Adams2002-02-051-7/+1
* 16566: show ls -F classifiers as display strings.Clint Adams2002-02-051-8/+16
* 16555: add | to bracket expression, 2>/dev/nullClint Adams2002-02-041-4/+4
* 16553: differentiate between files and directories during remote scp completion.Clint Adams2002-02-041-2/+7
* Fixed some problems with _cvs and flags. Fixed _perl to complete a scriptFelix Rosencrantz2002-02-042-5/+6
* 16540: short options and local filesClint Adams2002-02-031-1/+20
* Akinori Musha: 16534: a few bug fixes and some wording fixesOliver Kiddle2002-02-011-21/+29
* fixlet to avoid an empty string in an array; cause completion after cd withou...Sven Wischnowsky2002-01-301-0/+2
* 16514: initscript completion fixesClint Adams2002-01-301-2/+2
* slight improvement for 16500 to allow completion after ./<TAB> in all cases (...Sven Wischnowsky2002-01-281-6/+1
* 16500: don't complete executable files in the current directory if "." is not...Clint Adams2002-01-271-1/+10
* add new generic fake style and changes to the C-code for that (different impl...Sven Wischnowsky2002-01-228-8/+34
* allow arguments to be given to functions used by compdef (actually, the strin...Sven Wischnowsky2002-01-214-14/+18
* *** empty log message ***Oliver Kiddle2002-01-181-1/+1
* use pager style instead of $EDITOR and fix bad substitution in exclusion listsOliver Kiddle2002-01-174-42/+40
* 16463: apt-cache showsrc completionClint Adams2002-01-161-0/+1
* 16461: a number of minor completion function updatesOliver Kiddle2002-01-1621-44/+75
* 16449: new chkconfig completion for both the RedHat and IRIX commandsOliver Kiddle2002-01-141-0/+33
* 16443: fix urpmi.addmedia --distrib; set cache policy just onceAndrey Borzenkov2002-01-141-11/+12
* 16437: changes for new urpi in cookerAndrey Borzenkov2002-01-131-100/+113
* allow manual pages to be shown separated by section with new separate-section...Sven Wischnowsky2002-01-102-2/+23
* fix nested _tags-loops by re-initialising the outer one when leaving the inne...Sven Wischnowsky2002-01-071-2/+3
* fixes for completion of signal names with SIG prefix and for completing comma...Sven Wischnowsky2002-01-073-9/+17
* users/4483: with "cvs add" et al., complete names of locally removed (butBart Schaefer2002-01-061-1/+1
* 16398: updated zstyle completion and related cleanupOliver Kiddle2002-01-045-65/+121
* 16397: use nul instead of colon to avoid problems with _value: functionsOliver Kiddle2002-01-031-21/+16
* 16396: fix argument handling bugsOliver Kiddle2002-01-031-6/+10
* 16393: completion for Christoph Martin's apt-show-versions script.Clint Adams2002-01-032-1/+22