summaryrefslogtreecommitdiff
path: root/Src/Zle/complist.c
diff options
context:
space:
mode:
Diffstat (limited to 'Src/Zle/complist.c')
-rw-r--r--Src/Zle/complist.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/Src/Zle/complist.c b/Src/Zle/complist.c
index 1152dff7c..90ea31f66 100644
--- a/Src/Zle/complist.c
+++ b/Src/Zle/complist.c
@@ -2295,6 +2295,8 @@ domenuselect(Hookdef dummy, Chdata dat)
mlbeg = 0;
molbeg = -42;
for (;;) {
+ METACHECK();
+
mtab_been_reallocated = 0;
if (mline < 0) {
int x, y;