about summary refs log tree commit diff
path: root/Src/Zle
diff options
context:
space:
mode:
Diffstat (limited to 'Src/Zle')
-rw-r--r--Src/Zle/compcore.c1
-rw-r--r--Src/Zle/complist.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/Src/Zle/compcore.c b/Src/Zle/compcore.c
index ad048718d..7497d03b4 100644
--- a/Src/Zle/compcore.c
+++ b/Src/Zle/compcore.c
@@ -512,6 +512,7 @@ after_complete(Hookdef dummy, int *dat)
 	if ((ret = runhookdef(MENUSTARTHOOK, (void *) &cdat))) {
 	    dat[1] = 0;
 	    menucmp = menuacc = 0;
+	    minfo.cur = NULL;
 	    if (ret == 2) {
 		fixsuffix();
 		cs = 0;
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;