1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-03 01:11:37 +02:00
Commit Graph

202 Commits

Author SHA1 Message Date
Clint Adams
ad2c724454 16315: completion for spamassassin 2001-12-09 18:17:27 +00:00
Peter Stephenson
960a7e5347 users/4503: don't complete source or header files after gcc -o 2001-12-07 12:43:32 +00:00
Oliver Kiddle
4f5132054f users/4519: complete files in all argument positions for zip (bug fix) 2001-12-06 16:52:28 +00:00
Clint Adams
6b1f011240 16293: completion for arping 2001-11-29 17:58:50 +00:00
Clint Adams
e3e942a005 16292: completion for rsync 2001-11-29 17:08:01 +00:00
Peter Stephenson
f2e7cf4a05 16254: complete map names after ypmatch
16255: options for default output base for zcalc
2001-11-15 18:42:31 +00:00
Oliver Kiddle
d39feeffc4 16224: add -n option to kill and complete options from _kill 2001-11-06 15:06:59 +00:00
Oliver Kiddle
f3f81f0837 16177: also look in /usr/lib/locale/TZ for time zones 2001-11-02 12:28:30 +00:00
Oliver Kiddle
0635160db7 16174: complete value of $TZ 2001-10-26 13:05:45 +00:00
Adam Spiers
9a310a83c3 16092: Completion/Unix/Command/_mysql_utils: don't override settings in ~/.my.cnf 2001-10-22 14:03:17 +00:00
Clint Adams
62d4a10902 16078: zip -r 2001-10-17 15:14:45 +00:00
Sven Wischnowsky
d727200bff don't use _comp_ignore while building paths, only at end (16076) 2001-10-17 13:29:20 +00:00
Bart Schaefer
5cc2e90f5b Fix typos. 2001-10-14 17:18:32 +00:00
Sven Wischnowsky
d0303296cd use expanded paths (expand style with value prefix) only when we are at the last matcher spec (16002) 2001-10-11 09:19:54 +00:00
Clint Adams
175ae571f3 16006: use styles for mail directory, pine directory, and muttrc. 2001-10-10 20:10:44 +00:00
Clint Adams
414f028ed9 16005: Completion/Unix/Command/_mount: check /etc/filesystems under Linux. 2001-10-10 19:31:07 +00:00
Sven Wischnowsky
933813e971 change file completion default to offer globbed files and directories on first try (15995) 2001-10-09 12:56:02 +00:00
Oliver Kiddle
fe8295d2d2 update _wget for v1.7, _sysctl for darwin, _webbrowser for galeon etc (15983) 2001-10-08 16:22:39 +00:00
Bart Schaefer
b63f2f824a Insert missing single quote. 2001-10-08 15:08:02 +00:00
Sven Wischnowsky
22d506ed6b make expand style (file completion) work again; no more special behaviour with menu completion; try to make docs clearer (15944) 2001-10-05 11:18:36 +00:00
Clint Adams
d13c8e8d66 15941: complete reiserfs mount options. 2001-10-05 01:45:41 +00:00
Clint Adams
f7fa53ecaa 15940: complete -o utf8 for mount -t vfat. 2001-10-05 01:36:55 +00:00
Clint Adams
16fe57acd4 15939: complete xfs mount options (for Linux). 2001-10-05 01:29:36 +00:00
Clint Adams
ad3d63eeeb 15938: complete ext3 mount options 2001-10-05 00:58:40 +00:00
Peter Stephenson
4f1d07bb86 .distfiles fixes for 4.1.0-dev-2 2001-09-27 12:03:03 +00:00
Clint Adams
ab90a00264 15866: complete v2 ciphers after -o Ciphers=, protocols after -o Protocol= 2001-09-25 03:06:46 +00:00
Oliver Kiddle
40bdb585e6 new completion for samba tools (15781) 2001-09-11 09:42:56 +00:00
Peter Stephenson
e8f8c3abee handle zsh options in _sh 2001-08-28 20:35:53 +00:00
Clint Adams
3d3e3015c4 15683: completion for links(1) 2001-08-22 21:36:59 +00:00
Bart Schaefer
a90502aeb0 Better handling of manual section numbers. 2001-08-21 18:06:24 +00:00
Sven Wischnowsky
66576ecbf8 15650 2001-08-17 09:25:21 +00:00
Clint Adams
fcf0d2c3d5 15629: unzip -Z should behave just as zipinfo does 2001-08-14 16:23:41 +00:00
Sven Wischnowsky
d679322cf9 -[12n] options don't get arguments (15615) 2001-08-13 10:57:43 +00:00
Oliver Kiddle
9e6c25c031 add exclusion lists to _dd and check for redhat/mandrake in _user_admin 2001-08-09 13:57:29 +00:00
Sven Wischnowsky
7e23143359 follow-up to 15588; add -w option to _values (look at all words); change _dd back (15597) 2001-08-08 07:20:56 +00:00
Sven Wischnowsky
b0ac280e1a make _dd not use already used specs; fix for selecting stuff to complete in _describe; fix for correction and _describe with grouped lists (15588) 2001-08-07 10:38:36 +00:00
Oliver Kiddle
5b523f4462 correct mistake with 15574 2001-08-06 16:10:45 +00:00
Oliver Kiddle
68a8685146 share descriptions for long/short opts in more completions and other changes 2001-08-06 14:42:02 +00:00
Oliver Kiddle
0c3f0b47bf new BSD completion and fix _chown for symlinks 2001-08-03 16:53:26 +00:00
Clint Adams
1ba5ba91ae 15551: complete presumably compressed files for gzip -t and -l 2001-07-31 13:54:04 +00:00
Peter Stephenson
0822510626 15507: new zcalc function
15508: cvs tag didn't complete tags despite it's claim.
2001-07-27 11:34:46 +00:00
Sven Wischnowsky
1df4b6620b some more places where list-separator should be used (15485) 2001-07-25 12:36:34 +00:00
Sven Wischnowsky
c83d16f8ee another fix for 15477 (separator strings); add list-separator style (15484) 2001-07-25 12:18:23 +00:00
Sven Wischnowsky
a37d1d749d improve user/host completion before a @ (15468) 2001-07-24 07:11:32 +00:00
Sven Wischnowsky
40f6510196 add support for -R option (15402) 2001-07-18 07:06:59 +00:00
Oliver Kiddle
0f2919ceb1 use colon separator for BSD (15393) 2001-07-17 11:06:24 +00:00
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