1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-09-22 03:40:47 +02:00
This commit is contained in:
Sven Wischnowsky 2001-06-18 09:53:16 +00:00
parent 528d2af1e5
commit 7bac7b6f76
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2001-06-18 Sven Wischnowsky <wischnow@zsh.org>
* 14962: Completion/Unix/Type/_path_files: make special-dirs
work together with file-sort (ignore added qualifiers in a
test)
2001-06-18 Peter Stephenson <pws@csr.com>
* 14959: Src/signals.c: more renames for 14951.

View File

@ -140,7 +140,7 @@ zstyle -s ":completion:${curcontext}:paths" special-dirs sdirs
zstyle -t ":completion:${curcontext}:paths" list-suffixes &&
listsfx=yes
[[ "$pats" = ((|*[[:blank:]])\*(|[[:blank:]]*)|*\([^[:blank:]]#/[^[:blank:]]#\)*) ]] &&
[[ "$pats" = ((|*[[:blank:]])\*(|[[:blank:]]*|\([^[:blank:]]##\))|*\([^[:blank:]]#/[^[:blank:]]#\)*) ]] &&
sopt=$sopt/
zstyle -a ":completion:${curcontext}:paths" accept-exact accex