From a0b5ea6ffe482e1d4d8642eda4ffaf51d140fe9d Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Wed, 5 Aug 2009 00:46:44 +0000 Subject: 27209: fix breakage from 27208. --- ChangeLog | 5 ++++- Completion/Unix/Type/_path_files | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 111d5fb46..1e69c9461 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2009-08-05 Clint Adams + * 27209: Completion/Unix/Type_path_files: fix breakage from + 27208. + * Mikael Magnusson: 27204: Completion/Unix/Command/_patch: remove stray curly brace. @@ -12056,5 +12059,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.4755 $ +* $Revision: 1.4756 $ ***************************************************** diff --git a/Completion/Unix/Type/_path_files b/Completion/Unix/Type/_path_files index ab6684da8..8bc9373a1 100644 --- a/Completion/Unix/Type/_path_files +++ b/Completion/Unix/Type/_path_files @@ -160,7 +160,7 @@ if zstyle -s ":completion:${curcontext}:" file-sort tmp1; then if _have_glob_qual "$tmp1" complete; then # unbalanced parenthesis is correct: match[1] contains the start, # match[5] doesn't contain the end. - tmp2+=( "${match[1]}${match[5]})(${sort})" ) + tmp2+=( "${match[1]}#q${sort})(${match[5]})" ) else tmp2+=( "${tmp1}(${sort})" ) fi -- cgit 1.4.1