From 7a0415cfd70a02b2280d27556c6c54cef1c86e1a Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Thu, 15 Apr 1999 18:18:42 +0000 Subject: zsh-3.1.5-pws-11 --- Completion/User/_dd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Completion/User/_dd') diff --git a/Completion/User/_dd b/Completion/User/_dd index 2458541ea..86a47b1ab 100644 --- a/Completion/User/_dd +++ b/Completion/User/_dd @@ -4,10 +4,10 @@ if [[ -iprefix conv= ]]; then # If there's a comma present, ignore up to the last one. The # test alone will have that effect. [[ -string , ]] - complist -S, -q \ + compgen -S, -q \ -k '(ascii ebcdic ibm block unblock lcase ucase swab noerror sync)' elif [[ -iprefix 'if=' || -iprefix 'of=' ]]; then _files else - complist -S '=' -k '(if of ibs obs bs cbs skip files seek count conv)' + compgen -S '=' -k '(if of ibs obs bs cbs skip files seek count conv)' fi -- cgit 1.4.1