1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-09-22 03:40:47 +02:00

35057: make URL clickable (again)

This should have been included in 34850.
This commit is contained in:
Jun-ichi Takimoto 2015-05-08 04:08:32 +09:00
parent 60c6bcdeae
commit 5acc89d518
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2015-05-08 Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>
* 35057: Etc/FAQ.yo: make URL clickable (should have been
included in 34850)
2015-05-07 Peter Stephenson <p.stephenson@samsung.com>
* 35054: Src/params.c, Test/B02typeset.ztst: "readonly -p"

View File

@ -48,7 +48,7 @@ def(enditem)(0)()\
def(item)(2)(
ARG1: ARG2)\
def(nofill)(1)(ARG1)\
def(uref)(1)(ARG1)\
def(uref)(1)(url(ARG1)(ARG1))\
def(LPAR)(0)(CHAR(40))\
def(RPAR)(1)(CHAR(41))
myreport(Z-Shell Frequently-Asked Questions)(Peter Stephenson)(2010/02/15)