From 3dec409d1e989ebce4e51f603a86a00e3b3df717 Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Thu, 26 Sep 2002 11:46:05 +0000 Subject: [PATCH] fix minor bug - -g to _files was missing despite presence of the glob --- ChangeLog | 2 ++ Completion/Unix/Command/_lynx | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3c420804f..cf96b1c9a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2002-09-26 Oliver Kiddle + * unposted: Completion/Unix/Command/_lynx: minor bug fix (missing -g) + * 17632, 16546 (Felix): Completion/Unix/Command/_cvs: merge changes from 4.1 branch 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