From ace2616432ae930d29966bbb29a827a57e198dc3 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Wed, 13 Oct 1999 13:43:02 +0000 Subject: zsh-workers/8227 --- Src/Zle/zle_main.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Src/Zle/zle_main.c') diff --git a/Src/Zle/zle_main.c b/Src/Zle/zle_main.c index beef708fb..d7ffbe259 100644 --- a/Src/Zle/zle_main.c +++ b/Src/Zle/zle_main.c @@ -979,6 +979,9 @@ setup_zle(Module m) getcpatptr = getcpat; makecomplistcallptr = makecomplistcall; makecomplistctlptr = makecomplistctl; + num_matchesptr = num_matches; + list_linesptr = list_lines; + comp_listptr = comp_list; unambig_dataptr = unambig_data; set_comp_sepptr = set_comp_sep; @@ -1059,6 +1062,9 @@ finish_zle(Module m) getcpatptr = NULL; makecomplistcallptr = NULL; makecomplistctlptr = NULL; + num_matchesptr = NULL; + list_linesptr = NULL; + comp_listptr = NULL; unambig_dataptr = NULL; set_comp_sepptr = NULL; -- cgit 1.4.1