From 7bf1f0292dec271281e82b0aa5a7908307a5e929 Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Thu, 3 Aug 2000 11:12:30 +0000 Subject: one more problem with quoting of glob characters in filename completion (12496) --- Completion/Core/_path_files | 1 + 1 file changed, 1 insertion(+) (limited to 'Completion/Core') diff --git a/Completion/Core/_path_files b/Completion/Core/_path_files index 1e8059e4b..26d2be6f3 100644 --- a/Completion/Core/_path_files +++ b/Completion/Core/_path_files @@ -421,6 +421,7 @@ for prepath in "$prepaths[@]"; do # There are more components, so skip over the next components and make a # slash be added. + tmp1=( ${tmp1//(#b)([][()|*?^#~<>])/\\${match[1]}} ) tmp2="${(M)tpre##((.|..|)/)##}" if [[ -n "$tmp2" ]]; then skipped="/$tmp2" -- cgit 1.4.1