mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-16 12:21:18 +02:00
* 19991: Completion/Unix/Command/_lynx: complete .htm files too.
This commit is contained in:
parent
5ac05cab9f
commit
957c870b57
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2004-05-28 Clint Adams <clint@zsh.org>
|
||||
|
||||
* 19991: Completion/Unix/Command/_lynx: complete .htm files
|
||||
too.
|
||||
|
||||
2004-05-25 Peter Stephenson <pws@csr.com>
|
||||
|
||||
* 19976: Src/exec.c, Src/jobs.c: `job table full' messages
|
||||
|
|
|
@ -140,7 +140,7 @@ restrictions)
|
|||
outside_telnet print shell suspend telnet_port useragent && return
|
||||
;;
|
||||
html)
|
||||
_alternative 'files:file:_files -g "*.x#html(-.)"' 'urls:URL:_urls' && return
|
||||
_alternative 'files:file:_files -g "*.x#html#(-.)"' 'urls:URL:_urls' && return
|
||||
;;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Reference in a new issue