mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-11-19 13:33:52 +01:00
14962
This commit is contained in:
parent
528d2af1e5
commit
7bac7b6f76
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user