From aed1bad64acc50aaa4c34495957dd7b9c218b38d Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Wed, 12 Dec 2001 11:29:34 +0000 Subject: allow tag-order to select order of files and urls (16330) --- Completion/Unix/Command/_lynx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Unix/Command/_lynx') diff --git a/Completion/Unix/Command/_lynx b/Completion/Unix/Command/_lynx index 2d5978d27..c87563047 100644 --- a/Completion/Unix/Command/_lynx +++ b/Completion/Unix/Command/_lynx @@ -107,6 +107,6 @@ restrictions) outside_telnet print shell suspend telnet_port useragent ;; html) - _files -g '*.html' || _urls + _alternative 'files:file:_files "*.html"' 'urls:url:_urls' ;; esac -- cgit 1.4.1