zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: _make MACRO=VALUE
@ 1999-07-22 11:11 Tanaka Akira
  0 siblings, 0 replies; only message in thread
From: Tanaka Akira @ 1999-07-22 11:11 UTC (permalink / raw)
  To: zsh-workers

I think the following patch is useful to handle "make MACRO=VALUE"
where VALUE is a path.

--- Completion/User/_make-	Thu Jul 22 20:01:58 1999
+++ Completion/User/_make	Thu Jul 22 20:05:36 1999
@@ -20,5 +20,5 @@
 
   [[ -n "$file" ]] &&
     compadd - $(awk '/^[a-zA-Z0-9][^\/ 	]+:/ {print $1}' FS=: $file) && ret=0
-  (( ret )) && _files
+  (( ret )) && { compset -P 1 '*\='; _files }
 fi

-- 
Tanaka Akira


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1999-07-23  6:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-07-22 11:11 PATCH: _make MACRO=VALUE Tanaka Akira

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).