From eae553d33801ace0647d78971ef7f0781705472a Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Mon, 2 Apr 2001 11:01:57 +0000 Subject: moved to Completion/compinit --- Completion/Core/compinit | 483 ----------------------------------------------- 1 file changed, 483 deletions(-) delete mode 100644 Completion/Core/compinit diff --git a/Completion/Core/compinit b/Completion/Core/compinit deleted file mode 100644 index 172fafc03..000000000 --- a/Completion/Core/compinit +++ /dev/null @@ -1,483 +0,0 @@ -# Initialisation for new style completion. This mainly contains some helper -# functions and aliases. Everything else is split into different files that -# will automatically be made autoloaded (see the end of this file). The -# names of the files that will be considered for autoloading are those that -# begin with an underscores (like `_setopt'). -# -# The first line of each of these files is read and must indicate what -# should be done with its contents: -# -# `#compdef ' -# If the first line looks like this, the file is autoloaded as a -# function and that function will be called to generate the matches -# when completing for one of the commands whose are given. -# -# `#compdef -p ' -# This defines a function that should be called to generate matches -# for commands whose name matches . Note that only one pattern -# may be given. -# -# `#compdef -k