mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-04 10:41:11 +02:00
24402: complete more than one input file.
This commit is contained in:
parent
17412e3c7d
commit
76a1e7ba4b
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-01-16 Clint Adams <clint@zsh.org>
|
||||
|
||||
* 24402: Completion/Unix/Command/_sed: complete more than
|
||||
one input file.
|
||||
|
||||
2008-01-14 Peter Stephenson <pws@csr.com>
|
||||
|
||||
* 24388: Completion/Unix/Command/_mh: abort neatly if MH
|
||||
|
|
|
@ -7,7 +7,7 @@ args=(
|
|||
'(1)*'{-e,--expression=-}'[add sed commands to run]:sed script'
|
||||
'(1)*'{-f,--file=-}'[add contents of file to commands to run]:file:_files'
|
||||
'(-e)1: :_guard "^-*" sed script'
|
||||
':input file:_files'
|
||||
'*:input file:_files'
|
||||
)
|
||||
|
||||
if _pick_variant gnu=GNU unix --version; then
|
||||
|
|
Loading…
Reference in a new issue