1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-03 09:21:19 +02:00
Commit Graph

12 Commits

Author SHA1 Message Date
Sven Wischnowsky
9ef6eed52a add commands and call-command styles; mention some of the more expensive things about completion setup in the docs (13727) 2001-03-23 12:44:21 +00:00
Sven Wischnowsky
ca585f812b add `services', allowing easier re-use of (parts of) completion functions (13346) 2001-01-15 09:11:31 +00:00
Sven Wischnowsky
fd25b24df6 use compadd -[ak] (11549) 2000-05-31 09:38:25 +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
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
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
2fcab2a716 _make uses $words[1] for command name (10635) 2000-04-11 08:22:57 +00:00
Bart Schaefer
37012f06a7 10628: Check for GNU make using "_call version ..." as was done for GNU diff. 2000-04-10 23:40:43 +00:00
Sven Wischnowsky
424ad9fc1d complete make targets of the form `foo bar:' (10575) 2000-04-07 10:01:20 +00:00
Peter Stephenson
e025336f2f Updated from list as far as 10376 2000-04-01 20:43:43 +00:00
Tanaka Akira
e74702b467 Initial revision 1999-04-15 18:05:38 +00:00