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:
parent
73534a091d
commit
229f9ccdc4
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue