1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-11-01 06:20:55 +01: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

@ -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