From 8c29b34032ebb714d2c593286aa29e5c64be55ab Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Mon, 7 Mar 2016 13:15:40 +0100 Subject: 38043: allow any completion widget to cycle matches for menu completion to fix reverse menu completion --- Src/Zle/zle_tricky.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Src/Zle/zle_tricky.c') diff --git a/Src/Zle/zle_tricky.c b/Src/Zle/zle_tricky.c index cc4b7d673..a89b2a376 100644 --- a/Src/Zle/zle_tricky.c +++ b/Src/Zle/zle_tricky.c @@ -100,8 +100,7 @@ mod_export int usemenu, useglob; /**/ mod_export int wouldinstab; -/* != 0 if we are in the middle of a menu completion. May be == 2 to force * - * menu completion even if using different widgets. */ +/* != 0 if we are in the middle of a menu completion. */ /**/ mod_export int menucmp; -- cgit 1.4.1