Wayne Davison
e4ba1a2ec8
Use ";&" to have the new "(\$*)" case fall through to the continue.
2004-11-11 19:05:25 +00:00
Wayne Davison
115c000e25
Handle $$ when expanding variables.
2004-11-10 17:28:25 +00:00
Peter Stephenson
40f62b6201
_bittorrent, from Jussi Pakkanen
2004-11-09 10:47:54 +00:00
Clint Adams
07d95ba04c
* 20539: Completion/Unix/Command/_make: avoid problems minus signs
...
in expandVars().
2004-11-02 23:26:42 +00:00
Wayne Davison
53dc7a77fc
Added the 7 remaining options that were missing from the _arguments
...
list.
2004-10-13 05:50:08 +00:00
Wayne Davison
bb5c466af8
Got rid of "cmdargs" local since it is no longer used.
2004-10-12 20:05:13 +00:00
Wayne Davison
bf1b892e39
Added the new options for 2.6.3 (only omitting --checksum-seed, which
...
is an advanced option that is not needed by normal users).
2004-10-07 07:43:44 +00:00
Wayne Davison
4b3edafbbd
This version now uses a zsh function to parse the makefile instead
...
of awk or perl. That function has been enhanced to follow includes
and to expand variables (which makes a target such as foo$(EXEEXT)
expand into the right executable extention for the current system).
2004-10-01 17:16:02 +00:00
Clint Adams
0fa7015cc8
* 20358: Completion/Unix/Command/_make: avoid potential gawk locale bug by not using awk.
2004-09-30 16:05:47 +00:00
Wayne Davison
1199a03348
Some improvements suggested by Oliver.
2004-09-28 00:02:35 +00:00
Peter Stephenson
db7e23754d
unposted: improve p4 add to ignore files being added already
2004-09-27 11:17:43 +00:00
Wayne Davison
4d431e1068
Completion for the darcs revision control system. Derived from
...
the zsh completion example that ships with darcs.
2004-09-25 00:26:08 +00:00
Peter Stephenson
f212e8072d
Unposted: update _perforce for release 2004.2
2004-09-21 14:41:05 +00:00
Wayne Davison
5652f0e09c
Incorporate Jean-Baptiste Quenot's change that improves the parsing
...
of the <target ...> tag.
2004-08-24 20:52:23 +00:00
Wayne Davison
60b7d10a80
- Fixed the perl code that was using the @matches array.
...
- Simplified the other perl code just a little.
2004-08-21 03:07:01 +00:00
Wayne Davison
472e21e242
One of the new parenthetical expressions needs to not return a value
...
so that it doesn't put items into the @matches array.
2004-08-18 20:30:27 +00:00
Wayne Davison
f12d3cca9f
Don't output a target "VAR" for a line of the form "VAR := VALUE".
2004-08-18 20:22:46 +00:00
Wayne Davison
9dd5252c9f
Don't output make targets all clumped into a single string when useperl
...
is enabled.
2004-08-18 17:10:27 +00:00
Oliver Kiddle
f4973986e9
20237: handle mysqlimport, more mysql options. Redo screen session completion
2004-08-07 19:01:09 +00:00
Oliver Kiddle
0172512966
20235: sync remote file completion against _ssh to fix bug with quote handling
2004-08-07 14:28:31 +00:00
Peter Stephenson
8c9a6b01d1
20199: improve MIME handling.
2004-07-26 16:59:53 +00:00
Oliver Kiddle
6bc341280e
20180 (based on Jean-Baptiste Quenot's 20177): fix to work on BSD systems
2004-07-23 14:19:28 +00:00
Oliver Kiddle
d8e4bb5a38
Jean-Baptiste Quenot: 20167: find targets enclosed in single quotes
2004-07-19 16:30:54 +00:00
Oliver Kiddle
5177458d40
20069: complete character encodings case-insensitively for GNU iconv
2004-06-17 13:12:25 +00:00
Oliver Kiddle
c8de227be6
20059: check for systems using . separator instead of for those using :
2004-06-17 13:10:05 +00:00
Clint Adams
7c35cffb0d
20055: Completion/Unix/Command/_tla: additions and fixes from Jason McCarty.
2004-06-15 20:33:43 +00:00
Clint Adams
957c870b57
* 19991: Completion/Unix/Command/_lynx: complete .htm files too.
2004-05-28 14:24:18 +00:00
Peter Stephenson
3971345ee6
unposted: _perforce: minor tweak to revision syntax
2004-05-19 11:10:47 +00:00
Doug Kearns
d4cc68878c
unposted: aap short and long options are mutually exclusive
2004-04-26 13:47:07 +00:00
Peter Stephenson
817b5a142c
19825: add changes style
2004-04-23 17:11:39 +00:00
Clint Adams
acbd025a02
19798: rudimentary completion for bogoutil.
2004-04-19 20:58:47 +00:00
Doug Kearns
9b32c65e49
19775: new completion for php
2004-04-16 15:50:00 +00:00
Clint Adams
dd9929a30e
* 19606: Completion/Unix/Command/_tla: switch tla completion to
...
the version by Jason McCarty, Erik Toubro Nielsen, and Rob Weir.
2004-04-15 03:56:39 +00:00
Clint Adams
255ed50eae
* Jay Berkenbilt: 19769: Completion/Unix/Command/_rsync:
...
fix quoting for remote file completion, add -L to ls command.
2004-04-14 14:54:13 +00:00
Oliver Kiddle
9ea50e0e4d
Ingo Rohlfs: 19747: complete files/urls for svn cp and mv commands
2004-04-14 08:17:48 +00:00
Oliver Kiddle
36b568a4f1
add missing local declaration
2004-04-14 08:11:20 +00:00
Clint Adams
417c52e243
* 19673: Peter Palfrader: Completion/Unix/Command/_cvs:
...
tags can contain the + character.
----------------------------------------------------------------------
2004-03-22 23:43:36 +00:00
Bart Schaefer
2313f83218
As suggested by 19666 and corrected by 19668, fix remote file completion.
2004-03-21 01:54:49 +00:00
Oliver Kiddle
443f97422a
fix indentation, missing local and add to .distfiles
2004-03-12 16:32:08 +00:00
Clint Adams
247b73c60f
19614: Completion/Unix/Command/_mtr: better descriptions and grouping.
2004-03-12 15:35:32 +00:00
Clint Adams
0cef280ab7
19613: Completion/Unix/Command/_vux: better descriptions and indentation.
2004-03-12 15:19:07 +00:00
Clint Adams
05f58bbb17
19605: Completion/Unix/Command/_mtr: completion for Matt's traceroute.
2004-03-11 21:58:49 +00:00
Clint Adams
01838ff30b
19604: Completion/Unix/Command/_vux: completion for vux and vuxctl.
2004-03-11 21:29:47 +00:00
Oliver Kiddle
d351673349
add _tla
2004-03-11 17:36:31 +00:00
Clint Adams
eef98da697
* 19600: Completion/Unix/Command/_tla: rudimentary completion for tla.
2004-03-11 15:42:58 +00:00
Oliver Kiddle
4788a4fac3
19540: fix completion to use states and complete .wav files for mplayer
2004-03-05 13:25:26 +00:00
Oliver Kiddle
8bf68849c4
19507: new completions
2004-03-01 12:22:51 +00:00
Doug Kearns
0f17025f1b
19498: update antiword completion for version 0.35
2004-02-29 01:47:23 +00:00
Doug Kearns
e3bb9504fe
19477: improve lynx option argument descriptions
2004-02-28 12:19:57 +00:00
Doug Kearns
1556ce6f1f
unposted: reword --help description and add a version string to _raggle
2004-02-26 13:07:25 +00:00