diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-08-17 09:25:21 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-08-17 09:25:21 +0000 |
commit | 66576ecbf8378a0d93e5ae7da7822c1a21fa219d (patch) | |
tree | 350bab85339d9abe94c9d762b95f0481579adde1 /Completion/Unix | |
parent | 91ef933eb3447dc3fcccbe2b9107397410364531 (diff) | |
download | zsh-66576ecbf8378a0d93e5ae7da7822c1a21fa219d.tar.gz zsh-66576ecbf8378a0d93e5ae7da7822c1a21fa219d.tar.xz zsh-66576ecbf8378a0d93e5ae7da7822c1a21fa219d.zip |
15650
Diffstat (limited to 'Completion/Unix')
-rw-r--r-- | Completion/Unix/Type/_path_files | 2 |
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 |