From 346825df86466cf151be61b9429ef2c1734e66ea Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Sun, 27 Jun 1999 05:33:04 +0000 Subject: zsh-3.1.5-pws-24 --- Completion/User/_dd | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Completion/User/_dd') diff --git a/Completion/User/_dd b/Completion/User/_dd index 6094d60b7..e57074520 100644 --- a/Completion/User/_dd +++ b/Completion/User/_dd @@ -4,10 +4,9 @@ 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 '*,' - compgen -S, -q \ - -k '(ascii ebcdic ibm block unblock lcase ucase swab noerror sync)' + compadd -qS, -q ascii ebcdic ibm block unblock lcase ucase swab noerror sync elif compset -P 1 '[io]f\='; then _files else - compgen -S '=' -k '(if of ibs obs bs cbs skip files seek count conv)' + compadd -S '=' if of ibs obs bs cbs skip files seek count conv fi -- cgit 1.4.1