diff options
Diffstat (limited to 'Src')
-rw-r--r-- | Src/Zle/compresult.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/Zle/compresult.c b/Src/Zle/compresult.c index 75d934a02..326417139 100644 --- a/Src/Zle/compresult.c +++ b/Src/Zle/compresult.c @@ -813,7 +813,7 @@ do_ambiguous(void) * want to enter an AUTO_MENU imediately. */ if ((uselist == 3 || (!uselist && isset(BASHAUTOLIST) && isset(LISTAMBIGUOUS))) && - la) { + la && iforcemenu != -1) { int fc = fromcomp; invalidatelist(); |