about summary refs log tree commit diff
path: root/Completion/User
Commit message (Collapse)AuthorAgeFilesLines
* Do a better job of completing suffixes in netscape remote commands (11471)Oliver Kiddle2000-05-192-17/+23
|
* Fix _su to use user's shell for completion after -c againOliver Kiddle2000-05-191-3/+3
|
* don't use $match for something different than (#b)ackrefs (11464)Sven Wischnowsky2000-05-193-3/+3
|
* fix for completion of `netscape -remote' (11460)Sven Wischnowsky2000-05-181-9/+3
|
* Fix typos and remove RCS Id strings.Bart Schaefer2000-05-161-1/+1
|
* 11415: Completion/User/_cvs: follow the new matcher-list behaviour.Tanaka Akira2000-05-161-1/+1
|
* 11396: Completion/User/_look: display a message whenTanaka Akira2000-05-161-3/+6
| | | | an argument is empty.
* 11394: Completion/User/_cvs: rewrite filename completionTanaka Akira2000-05-161-142/+151
| | | | functions.
* 11393: Completion/User/_diff_options: use `=-'.Tanaka Akira2000-05-151-2/+2
|
* Back out 11327 and make the correct fix in _groups (redirect ypcat to stderr)Oliver Kiddle2000-05-111-1/+1
|
* Fix breakage from 11195 (11300)Oliver Kiddle2000-05-101-2/+2
|
* revert 11280Tanaka Akira2000-05-101-1/+1
|
* 11280: Completion/User/_make: suppress an error with closed stdinTanaka Akira2000-05-092-2/+2
| | | | | | on OpenBSD. 11278: Completion/User/_ssh: disable forwarding to use ssh.
* 11194, 11200, 11214Peter Stephenson2000-05-081-11/+8
|
* add _look.Tanaka Akira2000-05-061-1/+2
|
* 11219: Completion/User/_cvs, Completion/User/_diff_options: addTanaka Akira2000-05-052-148/+298
| | | | option description to `_cvs' and fix typo in _diff_options.
* 11213: Completion/User/_cvs: don't complete files which isTanaka Akira2000-05-051-3/+7
| | | | already on command line for `cvs add', `cvs remove' and `cvs commit'.
* 11204: Completion/User/_look: use more precise explanation andTanaka Akira2000-05-051-2/+3
| | | | complete an optional second argument.
* completion function cleanup for `_arguments' with the `-C' option and using ↵Sven Wischnowsky2000-05-0517-220/+280
| | | | it's return value (11195)
* 11190: Completion/User/_look: new completion for look.Tanaka Akira2000-05-051-0/+18
|
* Use one function for compression/decompression programs and new lzop completionOliver Kiddle2000-05-058-22/+166
|
* allow `-' in exclusion lists for _arguments, to avoid completing all options ↵Sven Wischnowsky2000-05-035-20/+27
| | | | (11121)
* 11106: Completion/User/_mount: fix glob for device files.Tanaka Akira2000-05-031-1/+1
|
* completion cleanup, mostly _wanted and $expl (11049)Sven Wischnowsky2000-05-024-5/+4
|
* don't fail on nonexistent ~/.nedit file.Bart Schaefer2000-05-011-1/+1
|
* Use of _arguments in _bzip2 (11041)Oliver Kiddle2000-05-013-6/+57
|
* 11033: 3.1.7-pre-2 zsh-3.1.7-pre-2Peter Stephenson2000-04-301-2/+3
|
* completion for joeClint Adams2000-04-301-0/+38
|
* Tanaka: printer-detection moved to new _printers; used by _enscript (11001)Sven Wischnowsky2000-04-284-58/+63
|
* 10980: Tanaka's enscript completion.Bart Schaefer2000-04-281-0/+146
|
* use $words[1] to call make in _make and throw away stderr and use _call (10977)Sven Wischnowsky2000-04-271-1/+1
|
* document _wanted -C; fix for call to _wanted in _urls (10965)Sven Wischnowsky2000-04-271-1/+1
|
* added warning to _perl_modules for when perl not found on path (10949)Adam Spiers2000-04-271-0/+1
|
* new fileSven Wischnowsky2000-04-261-0/+20
|
* *** empty log message ***Sven Wischnowsky2000-04-261-2/+2
|
* better perl module completion from Adam (10892)Sven Wischnowsky2000-04-261-22/+37
|
* new completion for GNU zip from Tanaka (10890)Sven Wischnowsky2000-04-262-5/+81
|
* Things that are in the ChangeLog but that somehow didn't get changed.Bart Schaefer2000-04-251-1/+1
|
* missing `+'s in _diffoptions (10760)Sven Wischnowsky2000-04-141-9/+9
|
* remove the `pids' tag, use `processes' instead (10733)Sven Wischnowsky2000-04-131-3/+6
|
* 10706: Andrej: Fix quoting in awk args.Bart Schaefer2000-04-121-1/+1
|
* 10700: Andrej: Support Pyramid's internationalized manpaths.Bart Schaefer2000-04-121-6/+37
|
* 10680: spelling corrections in _diff_optionsClint Adams2000-04-111-32/+39
|
* _make uses $words[1] for command name (10635)Sven Wischnowsky2000-04-111-6/+6
|
* _wanted now tests both tags and labels; change places where _wanted was ↵Sven Wischnowsky2000-04-1116-769/+845
| | | | called without a command; allow multiple patterns per string in file-patterns; update _next_tags to work with labels (10632)
* 10628: Check for GNU make using "_call version ..." as was done for GNU diff.Bart Schaefer2000-04-101-4/+21
|
* 10591: Chmouel Boudjnah: Completion for the fakeroot program.Bart Schaefer2000-04-081-0/+6
|
* 10594: Fix index into $history in prompt_bart_precmd.Bart Schaefer2000-04-081-1/+1
| | | | | | | 10591: Completion/User/_fakeroot: Completion for the fakeroot program. 10590: Completion/Linux/_rpm: Signature checking completes only local package files.
* complete make targets of the form `foo bar:' (10575)Sven Wischnowsky2000-04-071-1/+1
|
* Patches 10513, 10516 (Alexandre), 10519 (Oliver), 10524Peter Stephenson2000-04-051-7/+10
|