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/_default | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 Functions/Completion/_default (limited to 'Functions/Completion/_default') diff --git a/Functions/Completion/_default b/Functions/Completion/_default deleted file mode 100644 index 8bcf14f6a..000000000 --- a/Functions/Completion/_default +++ /dev/null @@ -1,13 +0,0 @@ -#defcomp -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 -- cgit 1.4.1