summary refs log tree commit diff
path: root/Src
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2016-11-16 09:42:49 +0100
committerOliver Kiddle <opk@zsh.org>2016-11-16 09:42:49 +0100
commit7d2f8050088f61444fc6117cf1e7bfe8d440d73c (patch)
treefc912a644bc765da73ea89a6ad09eee7871312f8 /Src
parent98b7960c78ef720c3d830bef2258f6aa86c055de (diff)
downloadzsh-7d2f8050088f61444fc6117cf1e7bfe8d440d73c.tar.gz
zsh-7d2f8050088f61444fc6117cf1e7bfe8d440d73c.tar.xz
zsh-7d2f8050088f61444fc6117cf1e7bfe8d440d73c.zip
39945: allow further tab presses to move on to menu completion even when compstate[insert] is emptied
Diffstat (limited to 'Src')
-rw-r--r--Src/Zle/compcore.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Src/Zle/compcore.c b/Src/Zle/compcore.c
index 536bca7b3..d1cf7a08a 100644
--- a/Src/Zle/compcore.c
+++ b/Src/Zle/compcore.c
@@ -425,6 +425,7 @@ do_completion(UNUSED(Hookdef dummy), Compldat dat)
 	}
     } else {
 	invalidatelist();
+	lastambig = isset(BASHAUTOLIST);
 	if (forcelist)
 	    clearlist = 1;
 	zlemetacs = 0;