zsh-workers
 help / color / mirror / code / Atom feed
* Re: Bug#527369: zsh: make perl completion recognize .t files
       [not found] <20090507095529.GA1346@lisa.credativ.lan>
@ 2009-05-22  1:57 ` Clint Adams
  0 siblings, 0 replies; only message in thread
From: Clint Adams @ 2009-05-22  1:57 UTC (permalink / raw)
  To: Patrick Schoenfeld, 527369; +Cc: zsh-workers

On Thu, May 07, 2009 at 11:55:29AM +0200, Patrick Schoenfeld wrote:
> the attached patch lets the perl completion recognize .t files (tests).
> Please consider inclusion.

Thanks.

Index: Completion/Unix/Command/_perl
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Unix/Command/_perl,v
retrieving revision 1.9
diff -u -r1.9 _perl
--- Completion/Unix/Command/_perl	15 Oct 2008 06:17:39 -0000	1.9
+++ Completion/Unix/Command/_perl	22 May 2009 01:55:38 -0000
@@ -31,7 +31,7 @@
     "-V-[print perl configuration information]:configuration keys:_perl_config_vars" \
     '-w[turn warnings on for compilation of your script. Recommended]' \
     '-x-[strip off text before #!perl line and perhaps cd to directory]:directory to cd to:_files -/' \
-    '1:Perl script:_files -/ -g "*.(p[ml]|PL)(-.)"' \
+    '1:Perl script:_files -/ -g "*.(p[ml]|PL|t)(-.)"' \
     '*::args: _normal' 
 }


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

only message in thread, other threads:[~2009-05-22  1:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20090507095529.GA1346@lisa.credativ.lan>
2009-05-22  1:57 ` Bug#527369: zsh: make perl completion recognize .t files Clint Adams

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