From 957c870b578d70089fce73809a84a8048e615d67 Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Fri, 28 May 2004 14:24:18 +0000 Subject: * 19991: Completion/Unix/Command/_lynx: complete .htm files too. --- ChangeLog | 5 +++++ Completion/Unix/Command/_lynx | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 4148933e9..126f49c58 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-05-28 Clint Adams + + * 19991: Completion/Unix/Command/_lynx: complete .htm files + too. + 2004-05-25 Peter Stephenson * 19976: Src/exec.c, Src/jobs.c: `job table full' messages diff --git a/Completion/Unix/Command/_lynx b/Completion/Unix/Command/_lynx index 8b4459236..d11807466 100644 --- a/Completion/Unix/Command/_lynx +++ b/Completion/Unix/Command/_lynx @@ -140,7 +140,7 @@ restrictions) outside_telnet print shell suspend telnet_port useragent && return ;; html) - _alternative 'files:file:_files -g "*.x#html(-.)"' 'urls:URL:_urls' && return + _alternative 'files:file:_files -g "*.x#html#(-.)"' 'urls:URL:_urls' && return ;; esac -- cgit 1.4.1