From 365a25ab5657c4f6719fb78e50799c817ce2a3da Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Mon, 2 Apr 2001 11:03:10 +0000 Subject: moved to Completion/Base/Core/_main_complete --- Completion/Core/_main_complete | 330 ----------------------------------------- 1 file changed, 330 deletions(-) delete mode 100644 Completion/Core/_main_complete diff --git a/Completion/Core/_main_complete b/Completion/Core/_main_complete deleted file mode 100644 index 3c2a61cce..000000000 --- a/Completion/Core/_main_complete +++ /dev/null @@ -1,330 +0,0 @@ -#autoload - -# The main loop of the completion code. This is what is called when -# completion is attempted from the command line. - - -# If you want to complete only set or unset options for the unsetopt -# and setopt builtin, un-comment these lines: -# -# local _set_options _unset_options -# -# _set_options=(${(k)options[(R)on]}) -# _unset_options=(${(k)options[(R)off]}) -# -# This is needed because completion functions may set options locally -# which makes the output of setopt and unsetopt reflect a different -# state than the global one for which you are completing. - -setopt localoptions ${_comp_options[@]} - -exec