From 76868bdc6a9d9aaffb280f8206bdeebd1d2f14fc Mon Sep 17 00:00:00 2001 From: Bart Schaefer Date: Mon, 29 May 2000 20:00:38 +0000 Subject: Add comment. --- Completion/Core/_path_files | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Completion') diff --git a/Completion/Core/_path_files b/Completion/Core/_path_files index a8567ab78..807172bbb 100644 --- a/Completion/Core/_path_files +++ b/Completion/Core/_path_files @@ -150,6 +150,8 @@ zstyle -s ":completion:${curcontext}:files" ignore-parents ignpar if [[ -n "$compstate[pattern_match]" && ( ( -z "$SUFFIX" && "$PREFIX" = *\([^\|\~]##\) ) || "$SUFFIX" = *\([^\|\~]##\) ) ]]; then + # Copy all glob qualifiers from the line to + # the patterns used when generating matches if [[ "$SUFFIX" = *\([^\|\~]##\) ]]; then tmp3="${${(M)SUFFIX%\([^\|\~]##\)}[2,-2]}" SUFFIX="${SUFFIX%\($tmp3\)}" -- cgit 1.4.1