mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-03 22:32:12 +02:00
unposted: fix typo in _w3m
This commit is contained in:
parent
3780c3e693
commit
18c6d88d2f
2 changed files with 5 additions and 1 deletions
|
@ -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>
|
2003-11-13 Peter Stephenson <pws@csr.com>
|
||||||
|
|
||||||
* 19242: acconfig.h, zshconfig.ac, Src/Builtin.c, Src/exec.c,
|
* 19242: acconfig.h, zshconfig.ac, Src/Builtin.c, Src/exec.c,
|
||||||
|
|
|
@ -35,6 +35,6 @@ _arguments -C \
|
||||||
|
|
||||||
case $state in
|
case $state in
|
||||||
html)
|
html)
|
||||||
_alternative 'files:file:_files -g "*.x#html"' 'urls:url:_w3mhist'
|
_alternative 'files:file:_files -g "*.x#html"' 'urls:url:_w3mhistory'
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Reference in a new issue