zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: _printenv
@ 2004-01-14 14:55 Peter Stephenson
  0 siblings, 0 replies; only message in thread
From: Peter Stephenson @ 2004-01-14 14:55 UTC (permalink / raw)
  To: Zsh hackers list

One that got away.

Index: Completion/Unix/Command/.distfiles
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Unix/Command/.distfiles,v
retrieving revision 1.52
diff -u -r1.52 .distfiles
--- Completion/Unix/Command/.distfiles	14 Nov 2003 12:00:47 -0000	1.52
+++ Completion/Unix/Command/.distfiles	14 Jan 2004 14:54:53 -0000
@@ -23,4 +23,5 @@
 _ecasound     _gpg	    _subversion   _aap          _sablotron    _nmap
 _chmod        _du
 _nice	      _rar	    _vorbis
+_printenv
 '
Index: Completion/Unix/Command/_printenv
===================================================================
RCS file: Completion/Unix/Command/_printenv
diff -N Completion/Unix/Command/_printenv
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ Completion/Unix/Command/_printenv	14 Jan 2004 14:54:53 -0000
@@ -0,0 +1,5 @@
+#compdef printenv
+
+local expl
+
+_wanted parameters expl 'environment variable' _parameters -g '*export*'

-- 
Peter Stephenson <pws@csr.com>                  Software Engineer
CSR Ltd., Science Park, Milton Road,
Cambridge, CB4 0WH, UK                          Tel: +44 (0)1223 692070


**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.

This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.

www.mimesweeper.com
**********************************************************************


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

only message in thread, other threads:[~2004-01-14 15:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-01-14 14:55 PATCH: _printenv Peter Stephenson

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).