From c5b7a61b52e49b11eac612841fc9cd7d9ed22af9 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Fri, 7 Jan 2000 14:37:34 +0000 Subject: zsh-workers/9262 --- Completion/User/_dd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Completion/User/_dd') diff --git a/Completion/User/_dd b/Completion/User/_dd index fb78f194a..3ae0a8417 100644 --- a/Completion/User/_dd +++ b/Completion/User/_dd @@ -2,17 +2,17 @@ local expl -if compset -P 1 'conv\='; then +if compset -P 1 'conv='; then # If there's a comma present, ignore up to the last one. The # test alone will have that effect. compset -p '*,' _wanted values expl conversion && compadd "$expl[@]" -qS, -q \ ascii ebcdic ibm block unblock lcase ucase swab noerror sync -elif compset -P 1 'if\='; then +elif compset -P 1 'if='; then _description files expl 'input file' _files "$expl[@]" -elif compset -P 1 'of\='; then +elif compset -P 1 'of='; then _description files expl 'output file' _files "$expl[@]" else -- cgit 1.4.1