1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-28 17:10:59 +01:00

Alexey: 27445: ruby completion argument

This commit is contained in:
Peter Stephenson 2009-12-01 19:34:03 +00:00
parent c969dea22f
commit bc51b97d53
2 changed files with 7 additions and 2 deletions

View file

@ -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'
)