From 006229c32e692a5aacbef1f6237b6b076ce1816f Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Mon, 30 Oct 2006 14:13:36 +0000 Subject: 22924: a couple more metafy_line()/unmetafy_line() problems --- Src/Zle/complist.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Src/Zle/complist.c') 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; -- cgit 1.4.1