mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-11-01 06:20:55 +01:00
39945: allow further tab presses to move on to menu completion even when compstate[insert] is emptied
This commit is contained in:
parent
98b7960c78
commit
7d2f805008
4 changed files with 70 additions and 1 deletions
|
|
@ -18,7 +18,8 @@ if [[ "$1" = -e ]]; then
|
|||
ret=0
|
||||
done
|
||||
|
||||
(( $compstate[nmatches] )) || compstate[insert]=
|
||||
(( ! $compstate[nmatches] )) && [[ $compstate[insert] = *unambiguous* ]] &&
|
||||
compstate[insert]=
|
||||
|
||||
return ret
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue