about summary refs log tree commit diff
path: root/Completion/Core/compinit
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-10-14 15:03:13 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-10-14 15:03:13 +0000
commitc0482994a91094dc8e89bddefdeabf36829e9eea (patch)
treea9e6be8c0d429c9bbdf39bc5cdc7b6c0882d0be4 /Completion/Core/compinit
parent356af078596a5e5a85a961e9926be07a8ba092e4 (diff)
downloadzsh-c0482994a91094dc8e89bddefdeabf36829e9eea.tar.gz
zsh-c0482994a91094dc8e89bddefdeabf36829e9eea.tar.xz
zsh-c0482994a91094dc8e89bddefdeabf36829e9eea.zip
zsh-workers/8256
Diffstat (limited to 'Completion/Core/compinit')
-rw-r--r--Completion/Core/compinit5
1 files changed, 5 insertions, 0 deletions
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