Wayne Davison
dca8aa342a
Don't try to expand a single-character Makefile variable if
...
it is a digit.
2005-03-02 19:06:23 +00:00
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
Clint Adams
07d95ba04c
* 20539: Completion/Unix/Command/_make: avoid problems minus signs
...
in expandVars().
2004-11-02 23:26:42 +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
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
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
Peter Stephenson
513088857a
17535: use-perl style for _make
2002-08-14 15:18:19 +00:00
Oliver Kiddle
79323d6d41
16842: resolve name clash for nc between netcat and the nedit client for
...
completion and add _pick_variant to resolve program variants in general
2002-03-15 16:26:08 +00:00
Sven Wischnowsky
45f9a36216
remove that -T option to compdef again and instead use comma-separated sub-contexts both for function and style lookup (16819)
2002-03-13 09:28:04 +00:00
Sven Wischnowsky
3ba711cbbe
moved from Completion/User/_make
2001-04-02 11:56:47 +00:00