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:
parent
c969dea22f
commit
bc51b97d53
2 changed files with 7 additions and 2 deletions
|
|
@ -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'
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue