1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-01 07:31:20 +02:00
Commit graph

388 commits

Author SHA1 Message Date
Oliver Kiddle
2f6bd52bcf *** empty log message *** 2003-08-06 09:22:37 +00:00
Oliver Kiddle
6715bc154e fix _cvs quoting bug, new _cdrecord and remove _archie (archie servers are gone) 2003-08-05 10:17:13 +00:00
Oliver Kiddle
280593163d new chmod completion 2003-08-01 11:47:41 +00:00
Oliver Kiddle
7f642889e5 move _global_tags 2003-07-31 15:28:54 +00:00
Oliver Kiddle
232c4ce103 moved from Completion/Unix/Command 2003-07-31 15:27:52 +00:00
Oliver Kiddle
b84399b9cb tidy up of many completions (updates, fixes, improvements and plain aesthetics) 2003-07-31 15:26:13 +00:00
Oliver Kiddle
adf2c2a0b6 18893, 18901: new completions for rar/unrar and ogg vorbis; improve _pkgtool 2003-07-24 11:52:58 +00:00
Oliver Kiddle
f863b49206 18900: new iptables and nmap completions 2003-07-24 10:16:33 +00:00
Oliver Kiddle
5ce1bd325a 18890: new completion for sabcmd 2003-07-23 11:11:39 +00:00
Doug Kearns
7209f6be5a 18872: update javac completion for SDK 1.4.x and rename serialvar to serialver 2003-07-21 07:29:57 +00:00
Clint Adams
49d9ee0e09 18874: Completion/Unix/Command/_subversion: PATH can mean files too. 2003-07-20 16:15:23 +00:00
Oliver Kiddle
307812f4ce adjust return code to not break the prefix-needed style 2003-07-17 12:42:15 +00:00
Doug Kearns
53eb501c70 18863: new completion for aap 2003-07-17 04:57:00 +00:00
Doug Kearns
088f324ad4 unposted: remove initial capitalisation from option descriptions 2003-07-16 01:44:15 +00:00
Peter Stephenson
48dbd4a65c 18839/18840: Completion for nice 2003-07-09 14:06:14 +00:00
Clint Adams
f92a529edc 18xxx: Completion/Unix/Command/_subversion: completion for svn and svnadmin.
18xxx: Completion/Debian/Command/_debsign: completion for debsign, by Matt Zimmerman.
2003-07-07 03:23:13 +00:00
Oliver Kiddle
45dacd3700 18811: needed to quote % in substitution as it was otherwise taken as an anchor 2003-07-04 18:19:18 +00:00
Peter Stephenson
33aca1ff6c 19696: quoting of existing CVS-managed files was wrong 2003-07-03 11:34:56 +00:00
Oliver Kiddle
a267832ddf 18631: returning too early breaks prefix-needed style set to false 2003-06-25 09:03:04 +00:00
Clint Adams
d1b28b35ef 18627: -resize and -shave options to _imagemagick mogrify. 2003-06-25 02:53:11 +00:00
Oliver Kiddle
b3ccc068a4 18607: correctly handle quoting for remote files for rcp completion 2003-06-05 13:23:49 +00:00
Peter Stephenson
5e22d7ee42 unposted: zsh-4.1.1-test-3 2003-05-28 14:17:05 +00:00
Oliver Kiddle
860764b30a 18520: add a bunch of old new completions (had all been left unfinished awhile) 2003-05-12 10:37:47 +00:00
Oliver Kiddle
68dc356896 18519: use of read builtin was broken in changes to option parsing 2003-05-12 10:10:44 +00:00
Peter Stephenson
78b02d9c03 18512: fix 18508 properly this time. 2003-05-08 10:30:45 +00:00
Oliver Kiddle
9d071829ec users/6080, users/6083: more quoting fixes 2003-05-07 12:44:46 +00:00
Oliver Kiddle
7d36150a8d Haakon Riiser: 18473: new completion for Acrobat Reader 5.0.x 2003-04-25 14:15:09 +00:00
Oliver Kiddle
a5f7097d9a 18472: spelling corrections 2003-04-25 11:18:50 +00:00
Oliver Kiddle
3985ac70c3 use _message for error message instead of echo 2003-04-24 12:39:38 +00:00
Oliver Kiddle
7f9b62612b 18468: use perldoc -u to get perlfunc doc instead of searching for the man page 2003-04-24 12:31:15 +00:00
Oliver Kiddle
29a3496ebb 18462: complete files in addition to commands 2003-04-23 12:00:57 +00:00
Oliver Kiddle
9e302211ab 18461: handle cases where the perlfunc man page is compressed 2003-04-23 10:41:13 +00:00
Felix Rosencrantz
537f405ca1 18459: Completion/Unix/Command/_screen: fix up suggestions from Oliver, and other changes. 2003-04-22 17:32:40 +00:00
Oliver Kiddle
1ff08b73d6 correct exit code to be 0 when matches added 2003-04-22 12:42:20 +00:00
Oliver Kiddle
0fed25f461 18458: handle the prefix-needed style in _describe -o and new completion for renice 2003-04-22 12:32:43 +00:00
Felix Rosencrantz
c1e87808ac 18455: Screen completion function 2003-04-19 17:23:45 +00:00
Oliver Kiddle
ed20475b55 18449: complete dictionary databases and strategies, handle suffixes better and
handle the separate-sections style for separate databases with dict words
2003-04-18 08:34:49 +00:00
Oliver Kiddle
397f465e0d users/6013: new gqview completion and complete .ps/.pdf files for more commands 2003-04-18 08:15:48 +00:00
Peter Stephenson
c1bef47364 18434: _signals option handling for pseudo-signals was broken 2003-04-04 16:11:14 +00:00
Peter Stephenson
f713bf4b09 18432: Minor miscellany of comments and rationalisations. 2003-04-03 10:24:40 +00:00
Oliver Kiddle
a9293199ec 18390: tidy up _prcs and update _xmlsoft for latest xsltproc version 2003-03-26 16:52:58 +00:00
Doug Kearns
187ce46d15 18369: update _tidy completion 2003-03-20 23:49:05 +00:00
Doug Kearns
e0ae2a59b3 unposted: remove unnecessary parameter declarations in _xmlsoft 2003-03-18 06:00:04 +00:00
Doug Kearns
586de1938f 18351: new completion for antiword 2003-03-14 12:14:24 +00:00
Oliver Kiddle
01e67ec323 fix completions of locales on Linux, complete for more commands using
existing completions and more improvements to sccs completion
2003-03-12 18:55:12 +00:00
Peter Stephenson
9ba4f4af9c 18344: note in _perforce that tag-order now works. 2003-03-12 12:04:32 +00:00
Doug Kearns
aa09c3c859 unposted: remove initial capitalisation from some descriptions 2003-03-12 04:43:46 +00:00
Oliver Kiddle
a8a7df84ed handle prefix-hidden style 2003-03-10 15:16:27 +00:00
Doug Kearns
1c300357f5 18314: general improvements to ruby completion 2003-03-06 03:47:43 +00:00
Oliver Kiddle
4b09b20be2 correct typo from recent change 2003-02-27 09:29:24 +00:00