about summary refs log tree commit diff
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
parent61b27ae46197c65db401490052beb0d7f3a5758b (diff)
downloadzsh-4e1a7704ebb423746fc44b225417bb9890d5b240.tar.gz
zsh-4e1a7704ebb423746fc44b225417bb9890d5b240.tar.xz
zsh-4e1a7704ebb423746fc44b225417bb9890d5b240.zip
unposted: another typo in _path_files
-rw-r--r--ChangeLog2
-rw-r--r--Completion/Unix/Type/_path_files2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5e25016ca..e7ea69276 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2008-06-04  Peter Stephenson  <pws@csr.com>
 
+	* unposted: Completion/Unix/Type/_path_files: another typo.
+
 	* 25130 slightly tweaked for typos:
 	Completion/Unix/Type/_path_files: changes to use -U flag
 	to compadd so that spelling corrections in non-final
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:|=*" \