about summary refs log tree commit diff
path: root/Src/Zle/complist.c
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2016-03-07 13:15:40 +0100
committerOliver Kiddle <opk@zsh.org>2016-03-07 13:15:40 +0100
commit8c29b34032ebb714d2c593286aa29e5c64be55ab (patch)
tree31473652c376b1d4c336feda1cf9162aafecb5bc /Src/Zle/complist.c
parent28c46c1bfb03fd7d1f563147435a4071b446f780 (diff)
downloadzsh-8c29b34032ebb714d2c593286aa29e5c64be55ab.tar.gz
zsh-8c29b34032ebb714d2c593286aa29e5c64be55ab.tar.xz
zsh-8c29b34032ebb714d2c593286aa29e5c64be55ab.zip
38043: allow any completion widget to cycle matches for menu completion to fix reverse menu completion
Diffstat (limited to 'Src/Zle/complist.c')
-rw-r--r--Src/Zle/complist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/Zle/complist.c b/Src/Zle/complist.c
index 162436b55..8aeb6c3b8 100644
--- a/Src/Zle/complist.c
+++ b/Src/Zle/complist.c
@@ -3399,7 +3399,7 @@ domenuselect(Hookdef dummy, Chdata dat)
 	do_single(*(minfo.cur));
     }
     if (wasnext || broken) {
-	menucmp = 2;
+	menucmp = 1;
 	showinglist = ((validlist && !nolist) ? -2 : 0);
 	minfo.asked = 0;
 	if (!noselect) {