about summary refs log tree commit diff
path: root/Completion/Unix/Type
Commit message (Expand)AuthorAgeFilesLines
* unposted: create 4.1.0-dev-7 zsh-4.1.0-dev-7Peter Stephenson2003-02-041-1/+1
* 18156: use reply array instead of ali for plugins and document new stylesOliver Kiddle2003-01-291-10/+10
* 18121: add new function for completing e-mail addressesOliver Kiddle2003-01-171-0/+172
* Bart (17906): de-quote prefix when calling compfiles to remove non-exact matc...Sven Wischnowsky2002-11-061-1/+1
* 17577: pass classpath as an option to _java_class pre-opt-argOliver Kiddle2002-08-241-14/+22
* complete for ifup and ifdown commandsOliver Kiddle2002-08-191-1/+1
* 17522: clean up a few thingsOliver Kiddle2002-08-091-2/+2
* 17508: complete local files after file://localhost/ .Clint Adams2002-08-061-0/+1
* 17507: Completion/Unix/Type/_urls: complete local files after file:/// .Clint Adams2002-08-061-0/+1
* Unposted: fix typo in 17496.Peter Stephenson2002-08-021-1/+1
* 17496: update for new options in GNU diff 2.8.1Oliver Kiddle2002-08-011-18/+20
* 17484: fix option check and add missing #autoload tagOliver Kiddle2002-07-261-0/+1
* keep globbing quiet in _path_files; check if group/user exists in _chown (17393)Sven Wischnowsky2002-07-021-1/+1
* fix for use of (z) parameter modifier; the first word in the parameter is par...Sven Wischnowsky2002-05-291-2/+4
* better splitting of -g-strings; this failed when patterns contained spaces (1...Sven Wischnowsky2002-05-211-2/+2
* fix for _arguments: don't use argument-tag when completing options; fix for _...Sven Wischnowsky2002-05-141-0/+1
* 17075, 17076: _urpmi and chkconfig/servicesAndrey Borzenkov2002-05-082-1/+24
* 17072: fix pushdminus handling in completion after directory stack referencesOliver Kiddle2002-05-031-11/+6
* make _path_files use match specs from the matcher style when calling compfile...Sven Wischnowsky2002-04-161-3/+3
* make more calls to _message use the -e option (16988)Sven Wischnowsky2002-04-162-2/+2
* 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
* 16842: resolve name clash for nc between netcat and the nedit client forOliver Kiddle2002-03-151-11/+1
* 16823: complete for values of GZIP and any *PATH or *path parametersOliver Kiddle2002-03-143-3/+3
* remove that -T option to compdef again and instead use comma-separated sub-co...Sven Wischnowsky2002-03-135-4/+15
* allow different sets of completion definitions selected with option -T to com...Sven Wischnowsky2002-03-044-4/+4
* 16619, 16676: add -c, -l and -p options to the dirs builtinOliver Kiddle2002-02-201-2/+4
* 16590: use a prefix match instead of a "fuzzy-exact" match.Clint Adams2002-02-081-1/+1
* 16461: a number of minor completion function updatesOliver Kiddle2002-01-162-1/+9
* fixes for completion of signal names with SIG prefix and for completing comma...Sven Wischnowsky2002-01-071-4/+12
* 16398: updated zstyle completion and related cleanupOliver Kiddle2002-01-043-3/+3
* 16372: allow signal names to be prefixed by `SIG' with kill builtin and fixOliver Kiddle2001-12-211-1/+2
* new ifconfig completion (16366)Oliver Kiddle2001-12-192-1/+23
* allow tag-order to select order of files and urls (16323)Oliver Kiddle2001-12-121-10/+1
* 16320: factor out file system completion to new functionOliver Kiddle2001-12-112-0/+38
* 16224: add -n option to kill and complete options from _killOliver Kiddle2001-11-061-9/+8
* 16177: also look in /usr/lib/locale/TZ for time zonesOliver Kiddle2001-11-021-1/+1
* 16174: complete value of $TZOliver Kiddle2001-10-262-1/+10
* don't use _comp_ignore while building paths, only at end (16076)Sven Wischnowsky2001-10-171-4/+4
* use expanded paths (expand style with value prefix) only when we are at the l...Sven Wischnowsky2001-10-111-2/+6
* 16006: use styles for mail directory, pine directory, and muttrc.Clint Adams2001-10-101-10/+15
* change file completion default to offer globbed files and directories on firs...Sven Wischnowsky2001-10-091-10/+30
* update _wget for v1.7, _sysctl for darwin, _webbrowser for galeon etc (15983)Oliver Kiddle2001-10-081-1/+1
* make expand style (file completion) work again; no more special behaviour wit...Sven Wischnowsky2001-10-051-4/+11
* 15650Sven Wischnowsky2001-08-171-1/+1
* -[12n] options don't get arguments (15615)Sven Wischnowsky2001-08-131-1/+1
* share descriptions for long/short opts in more completions and other changesOliver Kiddle2001-08-064-22/+13
* another fix for 15477 (separator strings); add list-separator style (15484)Sven Wischnowsky2001-07-251-3/+5
* 15390: Cygwin supportAndrey Borzenkov2001-07-131-1/+9
* make _files not use its own description if there is one from a calling functi...Sven Wischnowsky2001-07-132-3/+11