about summary refs log tree commit diff
path: root/Completion
Commit message (Collapse)AuthorAgeFilesLines
...
* 16972: complete for aaaa, zone, mx, soa, txt.Clint Adams2002-04-121-1/+1
|
* New _java_class to find classes on the classpath.Felix Rosencrantz2002-04-102-0/+16
|
* 16935: update options completed for ssh and add sftp completionOliver Kiddle2002-04-041-193/+202
|
* 16934: complete ssh -1 as well as ssh -2.Clint Adams2002-04-041-0/+1
|
* add original string as match (like in _approximate)Oliver Kiddle2002-04-041-3/+14
|
* 16923: add insert style for inserting matches instead of adding them as a matchOliver Kiddle2002-04-041-2/+6
|
* 16913: fix completion after compdef -a and correct typosOliver Kiddle2002-03-271-4/+5
|
* John Beppu: 16866: new completion for figletOliver Kiddle2002-03-271-0/+40
|
* handle dot files and directories tooOliver Kiddle2002-03-191-1/+1
|
* 16864: fix remote file completion with relative pathsOliver Kiddle2002-03-191-8/+15
|
* correct my mistake which broke file completion after grepOliver Kiddle2002-03-191-1/+1
|
* arg to -C option must be in the same wordOliver Kiddle2002-03-191-1/+1
|
* 16850: remote file completion via rsync and ssh, plus all options valid in ↵Clint Adams2002-03-171-14/+167
| | | | rsync 2.5.2.
* 16849: shift off `-s' argument.Bart Schaefer2002-03-171-0/+1
|
* 16847: complete multiple -j's after cvs update.Clint Adams2002-03-171-1/+1
|
* 16846: complete xdvi .dvi.gz and .dvi.bz2 too.Clint Adams2002-03-171-1/+1
|
* 16842: resolve name clash for nc between netcat and the nedit client forOliver Kiddle2002-03-1512-94/+60
| | | | completion and add _pick_variant to resolve program variants in general
* 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 ↵Sven Wischnowsky2002-03-1320-253/+184
| | | | sub-contexts both for function and style lookup (16819)
* 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
| | | | | Completion/Unix/Command/.distfiles: new completion for my mysqldiff utility.
* 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 ↵Sven Wischnowsky2002-03-0420-278/+397
| | | | compdef; use this for parameter values and redirections (16755)
* 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; ↵Sven Wischnowsky2002-02-256-16/+17
| | | | change uses of _guard (16708)
* 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
| | | | _message respect any -[12VJ] options it gets, adding the message to that group (16609)
* 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
| | | | args with _normal.
* 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 ↵Sven Wischnowsky2002-01-301-0/+2
| | | | without any matches to not report that there were no matches (16515)
* 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
| | | | (16507)
* 16500: don't complete executable files in the current directory if "." is ↵Clint Adams2002-01-271-1/+10
| | | | not in path.