about summary refs log tree commit diff
path: root/Completion/User/_urls
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2000-05-02 08:23:31 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2000-05-02 08:23:31 +0000
commit753cc6b22adb659e9c6bdcf854d99bfe4b731d26 (patch)
tree9e3e7f2f5bb5bd6756860ee5d735b8392c01b3ed /Completion/User/_urls
parent3d088f16aab58abcedcad8720ffbbfadee38bdc3 (diff)
downloadzsh-753cc6b22adb659e9c6bdcf854d99bfe4b731d26.tar.gz
zsh-753cc6b22adb659e9c6bdcf854d99bfe4b731d26.tar.xz
zsh-753cc6b22adb659e9c6bdcf854d99bfe4b731d26.zip
completion cleanup, mostly _wanted and $expl (11049)
Diffstat (limited to 'Completion/User/_urls')
-rw-r--r--Completion/User/_urls2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/User/_urls b/Completion/User/_urls
index f9c3284f7..f335b16aa 100644
--- a/Completion/User/_urls
+++ b/Completion/User/_urls
@@ -104,7 +104,7 @@ case "$scheme" in
         while _next_label files expl 'bookmark'; do
           _path_files -W "$urls_path/$scheme" "$expl[@]" -S '' -g '*(^/)' && 
               ret=0
-          _path_files -W "$urls_path/$scheme" -S/ -r '/' -/ && ret=0
+          _path_files -W "$urls_path/$scheme" "$expl[@]" -S/ -r '/' -/ && ret=0
         done
 	(( ret )) || return 0
       done