1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-11-19 21:44:11 +01:00
Commit Graph

320 Commits

Author SHA1 Message Date
Oliver Kiddle
4db0b10fc2 18156: use reply array instead of ali for plugins and document new styles 2003-01-29 14:20:55 +00:00
Oliver Kiddle
cd70d2745c Doug Kearns: 18141: new completion for elinks web browser 2003-01-27 10:35:44 +00:00
Oliver Kiddle
5385a822b6 18121: add new function for completing e-mail addresses 2003-01-17 09:23:34 +00:00
Oliver Kiddle
0e037e4d99 18058: complete remote files for rcp 2003-01-07 08:51:10 +00:00
Oliver Kiddle
cd28eb9c71 18058: correct typo 2003-01-07 08:49:53 +00:00
Oliver Kiddle
a9d6514476 18058: allow multiple port redirections 2003-01-07 08:49:16 +00:00
Oliver Kiddle
11207a7e48 new completion functions for lsof, mt and xsltproc 2003-01-07 08:48:32 +00:00
Oliver Kiddle
1882594465 17961: Armin Wolfermann: add OpenBSD support in _sysctl 2002-11-25 12:08:25 +00:00
Oliver Kiddle
f598130ee8 Zvi Har'El: complete also for rcsdiff 2002-11-12 14:43:14 +00:00
Oliver Kiddle
b10cb015c6 Thierry Vignaud: add option descriptions and missing options 2002-11-12 11:53:38 +00:00
Sven Wischnowsky
83b3b0769a Bart (17906): de-quote prefix when calling compfiles to remove non-exact matches (17910) 2002-11-06 08:03:41 +00:00
Oliver Kiddle
56fb02f1d3 Akinori Musha: 17719: add support for the pkg_create command 2002-09-26 10:30:00 +00:00
Oliver Kiddle
88adedc1d5 17542: Thomas Stromberg: most systems don't have /etc/mtab 2002-09-16 17:29:17 +00:00
Oliver Kiddle
bb9a84d4c4 add descriptions for keyword substitutions 2002-09-06 15:39:26 +00:00
Clint Adams
0b0f8cbc3c 17629: patch from Juergen Erhard to handle ssh-keygen -f -p, &c. 2002-09-06 06:19:57 +00:00
Clint Adams
9ad6a0eff9 17620: add new/missing lynx options. 2002-09-04 19:10:23 +00:00
Oliver Kiddle
58ff8e64c6 fix minor bug - -g to _files was missing despite presence of the glob 2002-09-03 20:02:50 +00:00
Oliver Kiddle
30aa9063e8 pass -F option through to ssh when getting remote files for scp completion 2002-09-03 19:05:27 +00:00
Oliver Kiddle
f4065b138b 17591: new _losetup and move _modutils and _valgrind to Linux directory 2002-09-03 12:32:58 +00:00
Oliver Kiddle
bb9a3f1e01 17607: pass on options for port no to ssh when getting remote files for scp 2002-09-03 12:28:41 +00:00
Oliver Kiddle
227194d7e0 moved to Completion/Linux/Command 2002-09-03 12:26:53 +00:00
Oliver Kiddle
043c302261 17577: pass classpath as an option to _java_class 2002-08-24 19:19:14 +00:00
Oliver Kiddle
967f2978a3 handle killall5 2002-08-19 15:00:10 +00:00
Oliver Kiddle
d23b879de0 complete for ifup and ifdown commands 2002-08-19 14:59:49 +00:00
Oliver Kiddle
664395e56f users/5266: with the call-command style parse ant -projecthelp to get targets 2002-08-19 14:54:13 +00:00
Oliver Kiddle
578c258264 complete also for the nail command 2002-08-19 14:52:45 +00:00
Felix Rosencrantz
e0bc44d060 Valgrind version 1.0.0 was released. 2002-08-19 02:05:02 +00:00
Peter Stephenson
513088857a 17535: use-perl style for _make 2002-08-14 15:18:19 +00:00
Oliver Kiddle
d2608bb9bd 17522: clean up a few things 2002-08-09 16:05:43 +00:00
Oliver Kiddle
e7652ce1e6 17522: also handle tkinfo 2002-08-09 16:04:46 +00:00
Oliver Kiddle
5440b945dd 17521: new completion for ant 2002-08-09 15:28:24 +00:00
Clint Adams
cea681c928 17509: complete .xhtml files as well as .html files. 2002-08-07 00:15:05 +00:00
Clint Adams
e4d8a697bc 17508: complete local files after file://localhost/ . 2002-08-06 21:09:37 +00:00
Clint Adams
63c52e8e01 17507: Completion/Unix/Type/_urls: complete local files after file:/// . 2002-08-06 20:40:56 +00:00
Peter Stephenson
d0ec321288 Unposted: fix typo in 17496. 2002-08-02 13:14:15 +00:00
Oliver Kiddle
ef74d743a0 17496: update for new options in GNU diff 2.8.1 2002-08-01 11:46:47 +00:00
Oliver Kiddle
e5ccda3b9c 17484: fix option check and add missing #autoload tag 2002-07-26 13:54:37 +00:00
Clint Adams
f45395457b 17476: Matt Zimmerman's completion for GNU GLOBAL. 2002-07-22 21:31:44 +00:00
Tanaka Akira
adfd162709 * 17459: Completion/Unix/Command/_cvs: exclude file which have
RCS kflags for cvs add.
2002-07-16 04:47:47 +00:00
Sven Wischnowsky
f5c8907ec5 keep globbing quiet in _path_files; check if group/user exists in _chown (17393) 2002-07-02 14:06:44 +00:00
Peter Stephenson
61f9940d67 Usual .distfiles tidy-up 2002-06-17 13:29:23 +00:00
Clint Adams
5441412544 17266: check manpath even when $MANPATH is set. 2002-05-31 05:02:38 +00:00
Sven Wischnowsky
4446df3dff fix for use of (z) parameter modifier; the first word in the parameter is parsed like the first word on a command line, treating parens specially (17252) 2002-05-29 15:05:22 +00:00
Oliver Kiddle
d8d9181861 add handling for the other texinfo commands (besides info) 2002-05-28 14:22:38 +00:00
Clint Adams
b66a4a262f 17234: don't call _path_files with empty (). 2002-05-26 19:22:42 +00:00
Clint Adams
53ec91769c 17225: $=CVSIGNORE instead of $CVSIGNORE 2002-05-25 23:04:02 +00:00
Andrey Borzenkov
395cb853d7 17125, 17159 (Oliver): info completion 2002-05-23 14:36:17 +00:00
Clint Adams
c08e0636e8 17211: respect $CVSIGNORE. 2002-05-23 06:23:34 +00:00
Sven Wischnowsky
b169a45ebc let _init_d use a pre-pattern (17193) 2002-05-21 07:58:24 +00:00
Sven Wischnowsky
ba168b43da fix removal of automatically added specs (from the -- option) for which a user-defined one is present (17191) 2002-05-21 07:44:57 +00:00