From 4997db3470da7dd8b538b6e8df953c309c1fdda6 Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Fri, 9 Jun 2000 11:14:34 +0000 Subject: fix for menu-completion when another completion came right after it (11836) --- Src/Zle/complist.c | 1 + 1 file changed, 1 insertion(+) (limited to 'Src/Zle/complist.c') diff --git a/Src/Zle/complist.c b/Src/Zle/complist.c index 622219aaf..cbc39266f 100644 --- a/Src/Zle/complist.c +++ b/Src/Zle/complist.c @@ -1778,6 +1778,7 @@ domenuselect(Hookdef dummy, Chdata dat) s->origcs = origcs; s->origll = origll; menucmp = menuacc = hasoldlist = 0; + minfo.cur = NULL; fixsuffix(); validlist = 0; amatches = pmatches = lastmatches = NULL; -- cgit 1.4.1