about summary refs log tree commit diff
path: root/Functions/Completion/__default
diff options
context:
space:
mode:
Diffstat (limited to 'Functions/Completion/__default')
-rw-r--r--Functions/Completion/__default13
1 files changed, 0 insertions, 13 deletions
diff --git a/Functions/Completion/__default b/Functions/Completion/__default
deleted file mode 100644
index cabe14a36..000000000
--- a/Functions/Completion/__default
+++ /dev/null
@@ -1,13 +0,0 @@
-#function --default--
-
-# We first try the `compctl's. This is without first (-T) and default (-D)
-# completion. If you want them add `-T' and/or `-D' to this command.
-# If there is a `compctl' for the command we are working on, we return
-# immediatly. If you want to use new style completion anyway, remove the
-# `|| return'. Also, you may want to use new style completion if the 
-# `compctl' didn't produce any matches. In that case remove the `|| return'
-# and at the line `[[ -nmatches 0 ]] || return' after `compcall'.
-
-compcall || return
-
-__files