From 8d1b4b1358db02d6c9426e4bb3553583e11bf112 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Thu, 12 Aug 1999 22:59:04 +0000 Subject: Sync up with zsh-3_1_6-pws-1. --- Functions/Completion/__dd | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 Functions/Completion/__dd (limited to 'Functions/Completion/__dd') diff --git a/Functions/Completion/__dd b/Functions/Completion/__dd deleted file mode 100644 index c0e04de75..000000000 --- a/Functions/Completion/__dd +++ /dev/null @@ -1,13 +0,0 @@ -#function dd - -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 \ - -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)' -fi -- cgit 1.4.1