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

156 Commits

Author SHA1 Message Date
Andrey Borzenkov
ed914f48f3 15390: Cygwin support 2001-07-13 12:30:20 +00:00
Sven Wischnowsky
45051d58ab make _files not use its own description if there is one from a calling function; improve -P-prefix handling in _path_files (15389) 2001-07-13 08:09:49 +00:00
Sven Wischnowsky
e988866bda remove not only numeric suffixes, but also `.n' and the like (15352) 2001-07-10 08:10:24 +00:00
Oliver Kiddle
1348458447 add exclusion lists and use _multi_parts for sysctl completion on BSD (15252) 2001-07-06 11:22:13 +00:00
Sven Wischnowsky
f2040baa9b (15283) 2001-07-06 10:46:31 +00:00
Oliver Kiddle
e390c96bd6 add completion for sysctl(8) (15215, 15223) 2001-07-03 14:32:12 +00:00
Bart Schaefer
ddf881f053 Unposted: Add _last. 2001-06-28 08:39:41 +00:00
Clint Adams
4d37e1e5a2 15079: completion for last(1) 2001-06-25 18:52:14 +00:00
Sven Wischnowsky
7571f04c03 improve pattern matching to make match specs work for manual page completion (15029) 2001-06-21 12:53:55 +00:00
Sven Wischnowsky
7bac7b6f76 14962 2001-06-18 09:53:16 +00:00
Sven Wischnowsky
71a9847d48 fix for comparguments (completing after single letter options that get their argument in the next word); make _values ignore some of the standard option it may get; make _mount use _dir_list in some places and improve that; `document' comparguments and compvalues with some comments in computil.c (14897) 2001-06-13 11:05:51 +00:00
Sven Wischnowsky
ddd50ac548 14883 2001-06-13 08:45:05 +00:00
Bart Schaefer
849b7800af Add _ruby. 2001-06-01 14:09:04 +00:00
Clint Adams
7ed58fa17d 14635: presume '*core' glob for coredump files 2001-06-01 12:18:02 +00:00
Tanaka Akira
3230fba640 * 14628: Completion/Unix/Command/_ruby: new completion function. 2001-06-01 05:37:02 +00:00
Oliver Kiddle
13476e2a86 update _pine for pine 4.33, add echoti completion and update _echotc (14567) 2001-05-30 11:54:53 +00:00
Oliver Kiddle
56528ccb66 spelling corrections 2001-05-29 17:54:08 +00:00
Clint Adams
84c856aa00 14538: cleaner _perl_config_vars from Matt Zimmerman 2001-05-29 14:35:52 +00:00
Clint Adams
25b7d227bc unposted: quote $@ in calls to _arguments 2001-05-21 14:44:48 +00:00
Clint Adams
e372741874 14378: more programs that process .tex 2001-05-18 02:51:40 +00:00
Tanaka Akira
851f32f14a * 14377: Completion/Unix/Command/_cvs: support new .cvspass format
introduced by cvs-1.11.1.
2001-05-17 18:21:06 +00:00
Peter Stephenson
e0d80b9a2e typo with compset in _lp 2001-05-17 18:14:17 +00:00
Clint Adams
f41bff3ba1 14362: more modprobe stuff 2001-05-16 12:34:32 +00:00
Clint Adams
96ca999e73 14361: better modprobe completion 2001-05-16 12:02:17 +00:00
Oliver Kiddle
b08c6d6e39 fix bug where /sbin/lsmod was redirected in instead of being run (14355) 2001-05-15 15:14:20 +00:00
Clint Adams
6f17b7c2e2 14341: modprobe -r / rmmod completion 2001-05-15 02:32:51 +00:00
Tanaka Akira
7eb1577bd1 * 14295: Completion/Unix/Command/_cvs: support new cvs subcommands
`rannotate' and `rlog' introduced by cvs-1.11.1.
2001-05-10 09:19:33 +00:00
Oliver Kiddle
7f4eb97085 complete only files that can be chowned (14282) 2001-05-09 15:27:01 +00:00
Sven Wischnowsky
525a133f2f double all backslashes before colons in the original pattern (14240) 2001-05-07 09:25:05 +00:00
Bart Schaefer
f8f6c27650 Path prefix completion for cvs subcommands. 2001-05-04 17:16:54 +00:00
Bart Schaefer
35fa37f5a2 Fix _files -F 2001-05-03 17:07:24 +00:00
Oliver Kiddle
36546001bd minor completion changes (14216) 2001-05-03 13:05:48 +00:00
Clint Adams
64b046ef49 14208: Solaris loadkeys 2001-05-02 16:04:41 +00:00
Clint Adams
e8f602b4e1 14201: completion for loadkeys 2001-05-02 15:02:31 +00:00
Sven Wischnowsky
6f2112f23a try to improve testing for suffix style in _expand; make _path_files fail to complete words like ...<pat>..<param-subst>... (14133) 2001-04-27 09:12:33 +00:00
Oliver Kiddle
efe55f77a3 new vnc completion and use _guard for pine completion (14112) 2001-04-26 14:00:45 +00:00
Bart Schaefer
6aa2261d52 Tilde-path completion tweak. 2001-04-18 16:02:50 +00:00
Oliver Kiddle
d7417bdc0e add completion for common MUAs and a couple of minor fixes (13982) 2001-04-13 18:42:13 +00:00
Bart Schaefer
1bae764d5a Check for parameter expansions before tilde-expansions (fixes bugs reported
in zsh-workers/13971).
2001-04-13 16:31:39 +00:00
Felix Rosencrantz
7bc02e1b74 workers/13914: Added call to _normal after specified class name, and added completion of filenames in jar archive after -x flag 2001-04-06 04:36:48 +00:00
Clint Adams
ec01fb14b4 13899: OSTYPE checking 2001-04-03 21:27:58 +00:00
Clint Adams
cceb266765 13889: move _apm to Unix/Command, add OpenBSD support 2001-04-02 19:21:18 +00:00
Sven Wischnowsky
956ef612e2 cleanup after function move 2001-04-02 14:36:36 +00:00
Sven Wischnowsky
3d7263ff67 after-move cleanup 2001-04-02 13:04:04 +00:00
Sven Wischnowsky
cbba9da870 new or changed after move 2001-04-02 12:39:40 +00:00
Sven Wischnowsky
3ad7af0385 moved from Completion/User/_use_lo 2001-04-02 12:08:00 +00:00
Sven Wischnowsky
6a65ebef04 moved from Completion/User/_zip 2001-04-02 12:07:44 +00:00
Sven Wischnowsky
7abb7e4f66 moved from Completion/User/_zdump 2001-04-02 12:07:26 +00:00
Sven Wischnowsky
925189174f moved from Completion/User/_zcat 2001-04-02 12:07:09 +00:00
Sven Wischnowsky
17b6ed0231 moved from Completion/User/_yp 2001-04-02 12:06:52 +00:00