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

536 Commits

Author SHA1 Message Date
Oliver Kiddle
ffe07b3829 fix to declare tmp variable as local 2001-03-12 17:17:34 +00:00
Chmouel Boudjnah
42ea0a6011 New tar options -j. 2001-03-12 12:50:57 +00:00
Oliver Kiddle
58322ed03c fix filename quoting in _zip and don't use _hosts for lftp 2001-03-12 09:34:03 +00:00
Bart Schaefer
1382a4a892 Add _lftp. 2001-03-12 01:12:42 +00:00
Chmouel Boudjnah
0f7eb6ce3d Add completion for lftp 2001-03-11 23:51:29 +00:00
Oliver Kiddle
e264c1bee1 Various new, improved, fixed or updated functions (13600) 2001-03-11 22:53:41 +00:00
Bart Schaefer
9419b25109 Use _normal completion following the name of a shell script. 2001-03-11 19:30:49 +00:00
Bart Schaefer
d1314ec01a Handle quoted whitespace in glob expansions. 2001-03-11 19:30:42 +00:00
Peter Stephenson
f46ad1753b Dist more files 2001-03-08 12:03:33 +00:00
Sven Wischnowsky
c93f38253f try to find out the sub commands to complete in _init_d (13591) 2001-03-08 10:17:03 +00:00
Oliver Kiddle
0156de0b0e don't complete w3m from _webbrowser now we have _w3m (unposted) 2001-03-06 19:43:54 +00:00
Oliver Kiddle
2fd03d3a36 include _w3m in .distfiles 2001-03-06 19:38:38 +00:00
Clint Adams
439af5f4c5 unposted: complete for w3m 2001-03-06 16:22:10 +00:00
Andrey Borzenkov
eeebe3e4ec 13544, 13568 (Peter): + syntax for matchers in matcher-list to augment
previous list
2001-03-06 07:47:26 +00:00
Sven Wischnowsky
3e6563dd03 new _expand_aliases to, well, expand aliases (13566) 2001-03-05 13:18:59 +00:00
Bart Schaefer
43e41bcbc7 Use ksh-style deref of $_comp_options in case of ksharrays. 2001-02-28 16:55:27 +00:00
Oliver Kiddle
9ccaaa40eb Work when ksh_arrays is set but before the setopt takes effect (13555) 2001-02-28 16:35:49 +00:00
Sven Wischnowsky
061c1ce912 add `aliases' option to be able to disable alias expansion (13554) 2001-02-28 09:12:54 +00:00
Sven Wischnowsky
183f6b06d0 some small functions for completing sub-commands (generic function, init scripts, apachectl) (13536) 2001-02-26 15:05:37 +00:00
Sven Wischnowsky
006e9b9afb change $words[1] to $service in some more places (13534) 2001-02-26 13:02:30 +00:00
Peter Stephenson
40e1304987 13520: use services and shorten description in _vars_eq 2001-02-22 14:28:47 +00:00
Sven Wischnowsky
d9b00a3870 make compdef foo=bar' use the service defined for bar' if there is any (13494) 2001-02-16 14:57:48 +00:00
Sven Wischnowsky
90b07817db wehn using glob_complete, don't treat everything starting with a tilde as a pattern (13459) 2001-02-13 09:23:34 +00:00
Bart Schaefer
275f3c95d4 Add 'glob' to $_comp_options. 2001-02-13 03:16:54 +00:00
Sven Wischnowsky
006e966e43 two small fixes to _multi_parts; one more place where a caller-supplied -S can be used and fix for the code deciding which prefix to use (13450) 2001-02-09 14:01:57 +00:00
Oliver Kiddle
5723d260c0 add completion for newsgroups (13448) 2001-02-08 17:50:26 +00:00
Oliver Kiddle
14d2dae44c fix _gzip to work for zcat again (13445) 2001-02-08 15:33:26 +00:00
Sven Wischnowsky
8ff6a955fe Peter:13427: filename-quoting fix in _expand 2001-02-02 08:18:49 +00:00
Oliver Kiddle
3f862ce205 Changes references to sunsite.auc.dk to just sunsite.dk (13422) 2001-02-01 15:48:57 +00:00
Oliver Kiddle
92f2594aec new completion function for the tin newsreader (13420) 2001-02-01 15:00:42 +00:00
Sven Wischnowsky
25900ecf28 add completion for ls and ([ef]|)grep (13347) 2001-01-15 09:26:57 +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
Clint Adams
bb7b1ddf82 13315: ignore parens and leading paths on killall completion 2000-12-27 16:40:49 +00:00
Clint Adams
d1d89c7942 13314: don't complete hyphen-prefixed commands for killall 2000-12-27 04:34:05 +00:00
Clint Adams
17fb952654 13312: killall gets long filenames from procps 2000-12-26 21:22:49 +00:00
Clint Adams
25faa7dbf9 13310: apt-cache typo in --names-only 2000-12-23 06:53:19 +00:00
Clint Adams
76ce03c62c 13287: dpkg -i can take multiple arguments 2000-12-17 15:45:21 +00:00
Clint Adams
720b194aee unposted: add _mere to .distfiles 2000-12-16 16:30:38 +00:00
Tanaka Akira
35ac156d86 * 13281: Functions/Misc/mere: new implementation.
Completion/User/_mere: new completion function for mere.
2000-12-15 14:42:22 +00:00
Clint Adams
81185fe668 13250: _dict completion 2000-12-13 03:07:00 +00:00
Peter Stephenson
fade355d03 Fix distribution files 2000-12-05 14:39:58 +00:00
Peter Stephenson
a59b51006b Function installation information now in config.modules 2000-11-30 18:36:21 +00:00
Bart Schaefer
29f0d4d00f Add missing quote. 2000-11-27 16:52:58 +00:00
Sven Wischnowsky
ad6268466c *** empty log message *** 2000-11-27 12:44:21 +00:00
Bart Schaefer
ad5f9584c1 ALL_EXPORT tweaks. 2000-11-25 23:50:01 +00:00
Tanaka Akira
3d68002599 * 13181: Completion/Debian/_apt: add an action for _alternative. 2000-11-22 08:57:54 +00:00
Bart Schaefer
4eb4d5e0d6 Tweak auto-suffix-removal for _rcp and _scp. 2000-11-20 16:12:20 +00:00
Bart Schaefer
dcc45ed860 Avoid cd in _perl_modules. 2000-11-15 16:33:53 +00:00
Bart Schaefer
ea807260e4 Changes inspired by Paul J. in case multiple versions of perl are installed. 2000-11-14 17:47:11 +00:00
Clint Adams
8bcdb3b0e1 unposted: add new options, fix thinkos for reportbug completion 2000-11-12 06:09:26 +00:00