about summary refs log tree commit diff
path: root/Completion
Commit message (Expand)AuthorAgeFilesLines
* 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
* users/4561: fix code for finding the zipfile's name in the current command-lineOliver Kiddle2002-01-021-4/+2
* 16384: new completion for xli/xloadimage and factor out completion of X visualsOliver Kiddle2002-01-028-6/+99
* 16375: command completion for fshClint Adams2001-12-262-0/+24
* 16372: allow signal names to be prefixed by `SIG' with kill builtin and fixOliver Kiddle2001-12-211-1/+2
* add missing description argument in _values calls (16366)Oliver Kiddle2001-12-193-5/+6
* new ifconfig completion (16366)Oliver Kiddle2001-12-194-2/+106
* 16349: completion for make-kpkgClint Adams2001-12-172-1/+25
* 16336: use apt-cache --generate pkgnames instead of dumpavailClint Adams2001-12-141-3/+1
* 16335: apt-cache -g, --all-names, --recurse, pkgnames, dotty, policy completionsClint Adams2001-12-141-1/+7
* allow tag-order to select order of files and urls (16323)Oliver Kiddle2001-12-122-11/+2
* allow tag-order to select order of files and urls (16330)Oliver Kiddle2001-12-124-28/+30
* 16327: glob for udebs as well as debsClint Adams2001-12-111-15/+15
* 16326: completion for mozilla, some more web browsers in webbrowserClint Adams2001-12-113-1/+101
* 16325: update for wget 1.8Oliver Kiddle2001-12-111-11/+18
* new mtools completionOliver Kiddle2001-12-112-1/+157