mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-11-19 21:44:11 +01:00
17044: complete all files for w3m, not just *.html.
This commit is contained in:
parent
e37dd937c4
commit
4e4a8475fb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user