1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-03 17:31:33 +02:00
Commit Graph

122 Commits

Author SHA1 Message Date
Sven Wischnowsky
fd25b24df6 use compadd -[ak] (11549) 2000-05-31 09:38:25 +00:00
Sven Wischnowsky
4629133ad3 Andrej: fix for ${..//..} with % in search string (11660) 2000-05-31 09:27:52 +00:00
Clint Adams
5b463bddc6 11599: check for d&x bits on @INC directories in _perl_modules 2000-05-26 14:08:26 +00:00
Clint Adams
fae0b54f1c 11548: -h flag for ispell 2000-05-24 05:58:20 +00:00
Oliver Kiddle
b9195aa57d minor completion fixes (11541) 2000-05-23 18:06:32 +00:00
Oliver Kiddle
0735f0d889 Suffix handling improvements for url completion (11539) 2000-05-23 16:11:57 +00:00
Oliver Kiddle
f97eaa4579 Do a better job of completing suffixes in netscape remote commands (11471) 2000-05-19 18:44:21 +00:00
Oliver Kiddle
e20600c8a4 Fix _su to use user's shell for completion after -c again 2000-05-19 16:19:39 +00:00
Sven Wischnowsky
f9e65c2b1f don't use $match for something different than (#b)ackrefs (11464) 2000-05-19 08:24:16 +00:00
Sven Wischnowsky
191930e8fb fix for completion of `netscape -remote' (11460) 2000-05-18 11:04:34 +00:00
Bart Schaefer
a04a3a9e65 Fix typos and remove RCS Id strings. 2000-05-16 16:21:33 +00:00
Tanaka Akira
26a467f406 11415: Completion/User/_cvs: follow the new matcher-list behaviour. 2000-05-16 16:04:04 +00:00
Tanaka Akira
16ef2a7266 11396: Completion/User/_look: display a message when
an argument is empty.
2000-05-16 00:51:04 +00:00
Tanaka Akira
c5f1b07510 11394: Completion/User/_cvs: rewrite filename completion
functions.
2000-05-16 00:07:06 +00:00
Tanaka Akira
d1f844209e 11393: Completion/User/_diff_options: use `=-'. 2000-05-15 23:45:30 +00:00
Oliver Kiddle
a39eb7948e Back out 11327 and make the correct fix in _groups (redirect ypcat to stderr) 2000-05-11 16:14:58 +00:00
Oliver Kiddle
16c04c29da Fix breakage from 11195 (11300) 2000-05-10 14:27:04 +00:00
Tanaka Akira
78e327861c revert 11280 2000-05-10 07:15:33 +00:00
Tanaka Akira
dff7eff11b 11280: Completion/User/_make: suppress an error with closed stdin
on OpenBSD.

11278: Completion/User/_ssh: disable forwarding to use ssh.
2000-05-09 12:13:38 +00:00
Peter Stephenson
38bb84d975 11194, 11200, 11214 2000-05-08 08:58:37 +00:00
Tanaka Akira
bec1ee9e6a add _look. 2000-05-06 16:14:56 +00:00
Tanaka Akira
b3e51a037e 11219: Completion/User/_cvs, Completion/User/_diff_options: add
option description to `_cvs' and fix typo in _diff_options.
2000-05-05 20:36:13 +00:00
Tanaka Akira
ea333ddca6 11213: Completion/User/_cvs: don't complete files which is
already on command line for `cvs add', `cvs remove' and `cvs commit'.
2000-05-05 16:17:38 +00:00
Tanaka Akira
c3f2434dfa 11204: Completion/User/_look: use more precise explanation and
complete an optional second argument.
2000-05-05 14:47:54 +00:00
Sven Wischnowsky
9f9b6e1655 completion function cleanup for _arguments' with the -C' option and using it's return value (11195) 2000-05-05 13:38:45 +00:00
Tanaka Akira
057e9700ec 11190: Completion/User/_look: new completion for look. 2000-05-05 11:33:28 +00:00
Oliver Kiddle
93fb9aaec5 Use one function for compression/decompression programs and new lzop completion 2000-05-05 10:08:25 +00:00
Sven Wischnowsky
aa0381bd2b allow `-' in exclusion lists for _arguments, to avoid completing all options (11121) 2000-05-03 14:44:01 +00:00
Tanaka Akira
0a36137dda 11106: Completion/User/_mount: fix glob for device files. 2000-05-03 11:25:12 +00:00
Sven Wischnowsky
753cc6b22a completion cleanup, mostly _wanted and $expl (11049) 2000-05-02 08:23:31 +00:00
Bart Schaefer
7e5ee56443 don't fail on nonexistent ~/.nedit file. 2000-05-01 18:14:08 +00:00
Oliver Kiddle
bfa1e27434 Use of _arguments in _bzip2 (11041) 2000-05-01 15:26:01 +00:00
Peter Stephenson
f9b13e01d8 11033: 3.1.7-pre-2 2000-04-30 21:04:54 +00:00
Clint Adams
04c1d78c5a completion for joe 2000-04-30 16:06:09 +00:00
Sven Wischnowsky
a3cf03751a Tanaka: printer-detection moved to new _printers; used by _enscript (11001) 2000-04-28 11:20:55 +00:00
Bart Schaefer
05d09daba6 10980: Tanaka's enscript completion. 2000-04-28 00:59:40 +00:00
Sven Wischnowsky
df82526ec8 use $words[1] to call make in _make and throw away stderr and use _call (10977) 2000-04-27 12:44:21 +00:00
Sven Wischnowsky
5d4139d421 document _wanted -C; fix for call to _wanted in _urls (10965) 2000-04-27 09:24:37 +00:00
Adam Spiers
d00d0f0efa added warning to _perl_modules for when perl not found on path (10949) 2000-04-27 00:05:53 +00:00
Sven Wischnowsky
3743621b21 new file 2000-04-26 08:39:24 +00:00
Sven Wischnowsky
43cd27bb7d *** empty log message *** 2000-04-26 08:38:51 +00:00
Sven Wischnowsky
96a30526c2 better perl module completion from Adam (10892) 2000-04-26 08:36:43 +00:00
Sven Wischnowsky
0c4eb61e90 new completion for GNU zip from Tanaka (10890) 2000-04-26 08:34:13 +00:00
Bart Schaefer
fc56c62312 Things that are in the ChangeLog but that somehow didn't get changed. 2000-04-25 04:50:52 +00:00
Sven Wischnowsky
4ea0d96475 missing `+'s in _diffoptions (10760) 2000-04-14 12:28:04 +00:00
Sven Wischnowsky
b692ed1b9d remove the pids' tag, use processes' instead (10733) 2000-04-13 11:05:15 +00:00
Bart Schaefer
3715a5bbcf 10706: Andrej: Fix quoting in awk args. 2000-04-12 17:12:54 +00:00
Bart Schaefer
63719320c3 10700: Andrej: Support Pyramid's internationalized manpaths. 2000-04-12 15:24:55 +00:00
Clint Adams
c39481cb6d 10680: spelling corrections in _diff_options 2000-04-11 23:34:39 +00:00
Sven Wischnowsky
2fcab2a716 _make uses $words[1] for command name (10635) 2000-04-11 08:22:57 +00:00