1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-02 10:01:11 +02:00

unposted: fix typo in _w3m

This commit is contained in:
Doug Kearns 2003-11-14 07:18:14 +00:00
parent 3780c3e693
commit 18c6d88d2f
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2003-11-14 Doug Kearns <djkea2@mugca.its.monash.edu.au>
* unposted: Completion/Unix/Command/_w3m: fix typo
2003-11-13 Peter Stephenson <pws@csr.com>
* 19242: acconfig.h, zshconfig.ac, Src/Builtin.c, Src/exec.c,

View file

@ -35,6 +35,6 @@ _arguments -C \
case $state in
html)
_alternative 'files:file:_files -g "*.x#html"' 'urls:url:_w3mhist'
_alternative 'files:file:_files -g "*.x#html"' 'urls:url:_w3mhistory'
;;
esac