about summary refs log tree commit diff
path: root/Completion/Unix/Type
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2008-06-04 10:12:02 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2008-06-04 10:12:02 +0000
commit4e1a7704ebb423746fc44b225417bb9890d5b240 (patch)
tree12a5fb7af4a778d8e91d305bcf2796d9b2016f21 /Completion/Unix/Type
parent61b27ae46197c65db401490052beb0d7f3a5758b (diff)
downloadzsh-4e1a7704ebb423746fc44b225417bb9890d5b240.tar.gz
zsh-4e1a7704ebb423746fc44b225417bb9890d5b240.tar.xz
zsh-4e1a7704ebb423746fc44b225417bb9890d5b240.zip
unposted: another typo in _path_files
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 a3e19ac53..6890379c5 100644
--- a/Completion/Unix/Type/_path_files
+++ b/Completion/Unix/Type/_path_files
@@ -595,7 +595,7 @@ for prepath in "$prepaths[@]"; do
 	    # back up the path.
 	    tmp1=("${(@)tmp1%%/*}")
 	    _list_files tmp1 "$prepath$realpath$testpath"
-	    compadd -U -Qf "$mopts[@]" -p "$IPREFIX$linepath$tmp2"
+	    compadd -U -Qf "$mopts[@]" -p "$IPREFIX$linepath$tmp2" \
 	            -s "/${tmp3#*/}$ISUFFIX" \
 	            -W "$prepath$realpath$testpath" \
 		    "$pfxsfx[@]" -M "r:|/=* r:|=*" \