mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-03 22:32:12 +02:00
Alexey: 27445: ruby completion argument
This commit is contained in:
parent
c969dea22f
commit
bc51b97d53
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2009-12-01 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
||||
|
||||
* Alexey: 27445: Completion/Unix/Command/_ruby: argument can be
|
||||
any file.
|
||||
|
||||
2009-11-30 Peter Stephenson <pws@csr.com>
|
||||
|
||||
* 27441: Doc/Zsh/mod_complist.yo, Src/Zle/complist.c: add "sa"
|
||||
|
@ -12404,5 +12409,5 @@
|
|||
|
||||
*****************************************************
|
||||
* This is used by the shell to define $ZSH_PATCHLEVEL
|
||||
* $Revision: 1.4826 $
|
||||
* $Revision: 1.4827 $
|
||||
*****************************************************
|
||||
|
|
|
@ -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…
Reference in a new issue