From c5e47b85366310d4b81a39335a60769ba4f5b2eb Mon Sep 17 00:00:00 2001 From: Adam Spiers Date: Mon, 3 Jul 2000 21:12:50 +0000 Subject: 12152: tweak completion of final parameters to perl --- Completion/User/_perl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion') diff --git a/Completion/User/_perl b/Completion/User/_perl index af94961cc..f46ef0c7b 100644 --- a/Completion/User/_perl +++ b/Completion/User/_perl @@ -31,7 +31,7 @@ _perl () { "-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 -/' \ - ':Perl script:_files -g \*.pl' + '*:Perl script:_files -/ -g \*.p\[ml\]' } _perl_m_opt () { -- cgit 1.4.1