about summary refs log tree commit diff
path: root/Completion/Unix/Type
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2001-08-17 09:25:21 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2001-08-17 09:25:21 +0000
commit66576ecbf8378a0d93e5ae7da7822c1a21fa219d (patch)
tree350bab85339d9abe94c9d762b95f0481579adde1 /Completion/Unix/Type
parent91ef933eb3447dc3fcccbe2b9107397410364531 (diff)
downloadzsh-66576ecbf8378a0d93e5ae7da7822c1a21fa219d.tar.gz
zsh-66576ecbf8378a0d93e5ae7da7822c1a21fa219d.tar.xz
zsh-66576ecbf8378a0d93e5ae7da7822c1a21fa219d.zip
15650
Diffstat (limited to 'Completion/Unix/Type')
-rw-r--r--Completion/Unix/Type/_path_files2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Type/_path_files b/Completion/Unix/Type/_path_files
index b635a8ab9..805f6993e 100644
--- a/Completion/Unix/Type/_path_files
+++ b/Completion/Unix/Type/_path_files
@@ -653,7 +653,7 @@ done
 
 if zstyle -t ":completion:${curcontext}:paths" expand prefix &&
    [[ nm -eq compstate[nmatches] && $#exppaths -ne 0 &&
-      "$exppaths" != "$eorig" ]]; then
+      "$linepath$exppaths" != "$eorig" ]]; then
   PREFIX="${opre}"
   SUFFIX="${osuf}"
   compadd -Q "$mopts[@]" -S '' -M "r:|/=* r:|=*" -p "$linepath" -a exppaths