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:
parent
3780c3e693
commit
18c6d88d2f
2 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue