From 7bac7b6f76334e83d017edf1801ef7a3df5a9aa9 Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Mon, 18 Jun 2001 09:53:16 +0000 Subject: 14962 --- ChangeLog | 6 ++++++ Completion/Unix/Type/_path_files | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 35bde7e51..356d904f7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2001-06-18 Sven Wischnowsky + + * 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 * 14959: Src/signals.c: more renames for 14951. diff --git a/Completion/Unix/Type/_path_files b/Completion/Unix/Type/_path_files index af8757c22..c7eaf2df2 100644 --- a/Completion/Unix/Type/_path_files +++ b/Completion/Unix/Type/_path_files @@ -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 -- cgit 1.4.1