1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-02 17:01:19 +02:00

17044: complete all files for w3m, not just *.html.

This commit is contained in:
Clint Adams 2002-04-25 15:16:26 +00:00
parent e37dd937c4
commit 4e4a8475fb
2 changed files with 6 additions and 1 deletions

@ -1,3 +1,8 @@
2002-04-25 Clint Adams <clint@zsh.org>
* 17044: Completion/Unix/Command/_w3m: complete all files, not
just *.html.
2002-04-25 Peter Stephenson <pws@csr.com>
* 17041: Src/Modules/zftp.c: Minor but fatal typos creating a data

@ -42,7 +42,7 @@ case $state in
compadd $_w3mhistory
fi
_alternative 'files:file:_files "*.html"' 'urls:url:_urls'
_urls -f
;;
esac