From c0482994a91094dc8e89bddefdeabf36829e9eea Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Thu, 14 Oct 1999 15:03:13 +0000 Subject: zsh-workers/8256 --- Completion/Core/compinit | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Completion/Core/compinit') diff --git a/Completion/Core/compinit b/Completion/Core/compinit index 83f24b9a9..914c446b2 100644 --- a/Completion/Core/compinit +++ b/Completion/Core/compinit @@ -112,6 +112,11 @@ fi compconfig[correct_prompt]='correct to:' (( ${+compconfig[completer]} )) || compconfig[completer]=_complete +# This can hold names of functions that are to be called after all +# matches have been generated. + +comppostfuncs=() + # This function is used to register or delete completion functions. For # registering completion functions, it is invoked with the name of the # function as it's first argument (after the options). The other -- cgit 1.4.1