From eaa5228eb1bb5a8071cd9e2538b25588b081a1eb Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Tue, 2 Nov 1999 09:09:21 +0000 Subject: zsh-workers/8480 --- Completion/Core/compinit | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Completion/Core/compinit') diff --git a/Completion/Core/compinit b/Completion/Core/compinit index ca9240f92..9b245f45b 100644 --- a/Completion/Core/compinit +++ b/Completion/Core/compinit @@ -113,6 +113,10 @@ fi comppostfuncs=() +# Loading it now ensures that the `funcstack' parameter is always correct. + +zmodload -i parameter + # 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