From bc51b97d53d24e5d793d3219940de7daf60d2916 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Tue, 1 Dec 2009 19:34:03 +0000 Subject: Alexey: 27445: ruby completion argument --- Completion/Unix/Command/_ruby | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Unix/Command/_ruby') diff --git a/Completion/Unix/Command/_ruby b/Completion/Unix/Command/_ruby index aef186c03..03f4e60c7 100644 --- a/Completion/Unix/Command/_ruby +++ b/Completion/Unix/Command/_ruby @@ -8,7 +8,7 @@ typeset -A opt_args local -a args opts args=( - '(-)1:script file:_files -g "*.rb(-.)"' + '(-)1:script file:_files' '*::script argument: _normal' ) -- cgit 1.4.1