about summary refs log tree commit diff
path: root/Completion/User/_dd
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/User/_dd')
-rw-r--r--Completion/User/_dd4
1 files changed, 2 insertions, 2 deletions
diff --git a/Completion/User/_dd b/Completion/User/_dd
index 3ae0a8417..fa322d791 100644
--- a/Completion/User/_dd
+++ b/Completion/User/_dd
@@ -11,10 +11,10 @@ if compset -P 1 'conv='; then
               ascii ebcdic ibm block unblock lcase ucase swab noerror sync
 elif compset -P 1 'if='; then
   _description files expl 'input file'
-  _files "$expl[@]"
+  _tilde_files "$expl[@]"
 elif compset -P 1 'of='; then
   _description files expl 'output file'
-  _files "$expl[@]"
+  _tilde_files "$expl[@]"
 else
   _wanted values expl option &&
       compadd "$expl[@]" -S '=' if of ibs obs bs cbs skip files seek count conv