1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-04 01:41:18 +02:00
Commit Graph

303 Commits

Author SHA1 Message Date
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
Sven Wischnowsky
477cc33aae better splitting of -g-strings; this failed when patterns contained spaces (17189) 2002-05-21 07:35:33 +00:00
Felix Rosencrantz
bfc32be424 (17021) Added _valgrind, completion function for Julian Seward's Linux-based memory checking tool. 2002-05-20 21:51:56 +00:00
Felix Rosencrantz
9b9b21cc67 Function for Tom Lord's arch SCM tool. It still has many problems,
but seems to be the fullest larch completion function so far.
2002-05-20 14:29:47 +00:00
Sven Wischnowsky
757e68c5e7 fix for _arguments: don't use argument-tag when completing options; fix for _services: leave loop when matches were produced (17148) 2002-05-14 08:08:44 +00:00
Andrey Borzenkov
e484b0f83c 17075, 17076: _urpmi and chkconfig/services 2002-05-08 09:18:12 +00:00
Oliver Kiddle
fed88cf8be 17072: fix pushdminus handling in completion after directory stack references 2002-05-03 12:49:27 +00:00
Clint Adams
daa674de33 unposted: add missing bracket in _spamassassin. 2002-04-29 03:03:56 +00:00
Clint Adams
4e4a8475fb 17044: complete all files for w3m, not just *.html. 2002-04-25 15:16:26 +00:00
Felix Rosencrantz
b3e7ac2f75 Modified _java to use _java_class. 2002-04-16 14:15:33 +00:00
Sven Wischnowsky
2603a2d2b7 make _path_files use match specs from the matcher style when calling compfiles (users/4836) 2002-04-16 08:27:44 +00:00
Sven Wischnowsky
61f8a07bfc make more calls to _message use the -e option (16988) 2002-04-16 07:48:43 +00:00
Clint Adams
ed447dd9b7 16972: complete for aaaa, zone, mx, soa, txt. 2002-04-12 23:22:57 +00:00
Felix Rosencrantz
21139de01d New _java_class to find classes on the classpath. 2002-04-10 05:24:29 +00:00
Oliver Kiddle
e38adccc5d 16935: update options completed for ssh and add sftp completion 2002-04-04 14:59:54 +00:00
Clint Adams
87ac2d16d9 16934: complete ssh -1 as well as ssh -2. 2002-04-04 12:41:35 +00:00
Oliver Kiddle
1f14da726e John Beppu: 16866: new completion for figlet 2002-03-27 14:47:14 +00:00
Oliver Kiddle
25b84ec914 handle dot files and directories too 2002-03-19 18:45:32 +00:00