From 1f8c031467c398419b758f3d3be38d1ace2aa204 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Tue, 5 Aug 2003 10:12:08 +0000 Subject: 18926: problem accepting filename require metafication with menu selection --- Src/Zle/complist.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Src/Zle') diff --git a/Src/Zle/complist.c b/Src/Zle/complist.c index ee68a6726..b260bfd7d 100644 --- a/Src/Zle/complist.c +++ b/Src/Zle/complist.c @@ -2801,7 +2801,9 @@ domenuselect(Hookdef dummy, Chdata dat) acc = 1; break; } + metafy_line(); do_single(**p); + unmetafy_line(); mselect = (**p)->gnum; } if (u) @@ -2817,7 +2819,9 @@ domenuselect(Hookdef dummy, Chdata dat) clearlist = listshown = 1; if (acc && validlist && minfo.cur) { menucmp = lastambig = hasoldlist = 0; + metafy_line(); do_single(*(minfo.cur)); + unmetafy_line(); } if (wasnext || broken) { menucmp = 2; -- cgit 1.4.1