1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-09-22 03:40:47 +02:00

make insert-tab really default to `true' (15653)

This commit is contained in:
Sven Wischnowsky 2001-08-17 10:37:00 +00:00
parent 66576ecbf8
commit 5a1065dc66
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2001-08-17 Sven Wischnowsky <wischnow@zsh.org>
* 15653: Completion/Base/Core/_main_complete: make insert-tab
really default to `true'
* 15650: Completion/Unix/Type/_path_files, Src/Zle/compcore.c: fix
test for expanded paths in _path_files; more intelligently move
glob flags (in particular those added by _approximate) after a

View File

@ -33,7 +33,7 @@ typeset -U _lastdescr _comp_ignore _comp_colors
[[ -z "$curcontext" ]] && curcontext=:::
zstyle -s ":completion:${curcontext}:" insert-tab tmp || tmp=no
zstyle -s ":completion:${curcontext}:" insert-tab tmp || tmp=yes
if [[ ( "$tmp" = *pending(|[[:blank:]]*) && PENDING -gt 0 ) ||
( "$tmp" = *pending=(#b)([0-9]##)(|[[:blank:]]*) &&