about summary refs log tree commit diff
path: root/Completion/Core/compinit
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-11-02 09:09:21 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-11-02 09:09:21 +0000
commiteaa5228eb1bb5a8071cd9e2538b25588b081a1eb (patch)
tree75c8df33b2fbaa17e3b3ec359b50e37985691c73 /Completion/Core/compinit
parentcfa7436ee6fd00e2cb21cb2d04417aebd10ed921 (diff)
downloadzsh-eaa5228eb1bb5a8071cd9e2538b25588b081a1eb.tar.gz
zsh-eaa5228eb1bb5a8071cd9e2538b25588b081a1eb.tar.xz
zsh-eaa5228eb1bb5a8071cd9e2538b25588b081a1eb.zip
zsh-workers/8480
Diffstat (limited to 'Completion/Core/compinit')
-rw-r--r--Completion/Core/compinit4
1 files changed, 4 insertions, 0 deletions
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