From aa17f0db6d4dc751a636ca150f9b7942da3f6885 Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Tue, 16 May 2000 10:45:01 +0000 Subject: fix scrolling in menu-selection with matches spanning multiple lines --- Src/Zle/compcore.c | 1 + 1 file changed, 1 insertion(+) (limited to 'Src/Zle/compcore.c') diff --git a/Src/Zle/compcore.c b/Src/Zle/compcore.c index 4608b16d4..60f73c635 100644 --- a/Src/Zle/compcore.c +++ b/Src/Zle/compcore.c @@ -507,6 +507,7 @@ after_complete(Hookdef dummy, Compldat dat) if ((ret = runhookdef(MENUSTARTHOOK, (void *) &dat))) { menucmp = menuacc = 0; if (ret == 2) { + fixsuffix(); cs = 0; foredel(ll); inststr(origline); -- cgit v1.2.3