summaryrefslogtreecommitdiff
path: root/Src/Zle/complist.c
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2006-10-30 14:13:36 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2006-10-30 14:13:36 +0000
commit006229c32e692a5aacbef1f6237b6b076ce1816f (patch)
tree01c150162e5d553555df29c6d267b6a0be504b27 /Src/Zle/complist.c
parent9986ebfd3334ac58f81259d2ec276379c4c020ec (diff)
downloadzsh-006229c32e692a5aacbef1f6237b6b076ce1816f.tar.gz
zsh-006229c32e692a5aacbef1f6237b6b076ce1816f.zip
22924: a couple more metafy_line()/unmetafy_line() problems
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;