From 76a1e7ba4b339f742cee59c96ef7266714f6dc9c Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Wed, 16 Jan 2008 22:27:42 +0000 Subject: 24402: complete more than one input file. --- Completion/Unix/Command/_sed | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion') 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 -- cgit 1.4.1