From 3dec409d1e989ebce4e51f603a86a00e3b3df717 Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Thu, 26 Sep 2002 11:46:05 +0000 Subject: fix minor bug - -g to _files was missing despite presence of the glob --- Completion/Unix/Command/_lynx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion') diff --git a/Completion/Unix/Command/_lynx b/Completion/Unix/Command/_lynx index f64190c8c..855213b7c 100644 --- a/Completion/Unix/Command/_lynx +++ b/Completion/Unix/Command/_lynx @@ -140,6 +140,6 @@ restrictions) outside_telnet print shell suspend telnet_port useragent ;; html) - _alternative 'files:file:_files "*.x#html"' 'urls:url:_urls' + _alternative 'files:file:_files -g "*.x#html"' 'urls:url:_urls' ;; esac -- cgit 1.4.1