1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-23 04:30:24 +02:00

zsh-workers/7598

This commit is contained in:
Tanaka Akira 1999-09-01 10:48:38 +00:00
parent 73534a091d
commit 229f9ccdc4

View file

@ -4482,7 +4482,7 @@ docompletion(char *s, int lst, int incmd)
hasunqu = 0;
useline = (lst != COMP_LIST_COMPLETE);
useexact = (isset(RECEXACT) && usemenu != 1);
useexact = isset(RECEXACT);
uselist = (useline ?
((isset(AUTOLIST) && !isset(BASHAUTOLIST)) ?
(isset(LISTAMBIGUOUS) ? 3 : 2) : 0) : 1);