diff options
author | Clint Adams <clint@users.sourceforge.net> | 2008-01-16 22:27:42 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2008-01-16 22:27:42 +0000 |
commit | 76a1e7ba4b339f742cee59c96ef7266714f6dc9c (patch) | |
tree | 793a0729cf18da7e3eebb960e06a77bc1bbd58ae /Completion/Unix/Command/_sed | |
parent | 17412e3c7d1add9eb02ba15334a238061a355135 (diff) | |
download | zsh-76a1e7ba4b339f742cee59c96ef7266714f6dc9c.tar.gz zsh-76a1e7ba4b339f742cee59c96ef7266714f6dc9c.tar.xz zsh-76a1e7ba4b339f742cee59c96ef7266714f6dc9c.zip |
24402: complete more than one input file.
Diffstat (limited to 'Completion/Unix/Command/_sed')
-rw-r--r-- | Completion/Unix/Command/_sed | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_sed b/Completion/Unix/Command/_sed index 0175364d9..99bd5e82a 100644 --- a/Completion/Unix/Command/_sed +++ b/Completion/Unix/Command/_sed @@ -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 |