From 4e4a8475fb3a34fa7b7ea5ac729d8767bd561eb7 Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Thu, 25 Apr 2002 15:16:26 +0000 Subject: 17044: complete all files for w3m, not just *.html. --- ChangeLog | 5 +++++ Completion/Unix/Command/_w3m | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d07b68074..af37e1d60 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-04-25 Clint Adams + + * 17044: Completion/Unix/Command/_w3m: complete all files, not + just *.html. + 2002-04-25 Peter Stephenson * 17041: Src/Modules/zftp.c: Minor but fatal typos creating a data diff --git a/Completion/Unix/Command/_w3m b/Completion/Unix/Command/_w3m index 2d4202112..4ce8ad1e0 100644 --- a/Completion/Unix/Command/_w3m +++ b/Completion/Unix/Command/_w3m @@ -42,7 +42,7 @@ case $state in compadd $_w3mhistory fi - _alternative 'files:file:_files "*.html"' 'urls:url:_urls' + _urls -f ;; esac -- cgit 1.4.1