From 15996aeeecedf3b94447213ea4c473650cf8afb4 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Wed, 16 Feb 2000 10:57:11 +0000 Subject: zsh-workers/9759 --- Src/Zle/complete.c | 1 + 1 file changed, 1 insertion(+) (limited to 'Src/Zle/complete.c') diff --git a/Src/Zle/complete.c b/Src/Zle/complete.c index 70f95fd0f..e28a67cd4 100644 --- a/Src/Zle/complete.c +++ b/Src/Zle/complete.c @@ -1288,6 +1288,7 @@ struct hookdef comphooks[] = { HOOKDEF("insert_match", NULL, HOOKF_ALL), HOOKDEF("menu_start", NULL, HOOKF_ALL), HOOKDEF("compctl_make", NULL, 0), + HOOKDEF("compctl_cleanup", NULL, 0), HOOKDEF("comp_list_matches", ilistmatches, 0), }; -- cgit 1.4.1