1
0
Fork 0
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:
Clint Adams 2004-05-28 14:24:18 +00:00
parent 5ac05cab9f
commit 957c870b57
2 changed files with 6 additions and 1 deletions

View file

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

View file

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