about summary refs log tree commit diff
path: root/Completion/Unix/Command/_w3m
diff options
context:
space:
mode:
authorOliver Kiddle <opk@users.sourceforge.net>2001-12-12 11:29:34 +0000
committerOliver Kiddle <opk@users.sourceforge.net>2001-12-12 11:29:34 +0000
commitaed1bad64acc50aaa4c34495957dd7b9c218b38d (patch)
treed1ff58017e4fd7af709343805581d6e2c7c2deef /Completion/Unix/Command/_w3m
parent5cf4508f4260768a6e0a764e127046e79f9ce068 (diff)
downloadzsh-aed1bad64acc50aaa4c34495957dd7b9c218b38d.tar.gz
zsh-aed1bad64acc50aaa4c34495957dd7b9c218b38d.tar.xz
zsh-aed1bad64acc50aaa4c34495957dd7b9c218b38d.zip
allow tag-order to select order of files and urls (16330)
Diffstat (limited to 'Completion/Unix/Command/_w3m')
-rw-r--r--Completion/Unix/Command/_w3m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_w3m b/Completion/Unix/Command/_w3m
index a2a0d0b32..798f2e760 100644
--- a/Completion/Unix/Command/_w3m
+++ b/Completion/Unix/Command/_w3m
@@ -42,7 +42,7 @@ case $state in
 	   compadd $_w3mhistory
 	fi
 
-	_urls || _files -g '*.html'
+	_alternative 'files:file:_files "*.html"' 'urls:url:_urls'
 	;;
 
 esac