about summary refs log tree commit diff
path: root/Completion/Core/_path_files
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2000-04-07 08:14:06 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2000-04-07 08:14:06 +0000
commit2562bd3b77145fd50d5b1c4f54054fc60a53eb6c (patch)
treec036e936a45c0f84bc5a6581a7de07e033d3293b /Completion/Core/_path_files
parent18870148c5e4e71c356821000bb2b8d07366cd49 (diff)
downloadzsh-2562bd3b77145fd50d5b1c4f54054fc60a53eb6c.tar.gz
zsh-2562bd3b77145fd50d5b1c4f54054fc60a53eb6c.tar.xz
zsh-2562bd3b77145fd50d5b1c4f54054fc60a53eb6c.zip
missing initialisations, -W with multiple directories didn't wor (10571)
Diffstat (limited to 'Completion/Core/_path_files')
-rw-r--r--Completion/Core/_path_files2
1 files changed, 2 insertions, 0 deletions
diff --git a/Completion/Core/_path_files b/Completion/Core/_path_files
index 183d59af3..3ddc62f94 100644
--- a/Completion/Core/_path_files
+++ b/Completion/Core/_path_files
@@ -247,6 +247,8 @@ for prepath in "$prepaths[@]"; do
   # in the following loop, which walks through the pathname components
   # in the string from the line.
 
+  skipped=
+  cpre=
   tpre="$pre"
   tsuf="$suf"
   testpath="$donepath"