mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-01 05:16:05 +01:00
37090: correctly handle blank lines in yodl macro example()
This commit is contained in:
parent
d814071b14
commit
ff85c8b1c9
3 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2015-11-13 Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>
|
||||||
|
|
||||||
|
* 37090: Doc/zman.yo, Doc/ztexi.yo: handle blank lines correctly
|
||||||
|
in yodl macro example()
|
||||||
|
|
||||||
2015-11-12 Peter Stephenson <p.stephenson@samsung.com>
|
2015-11-12 Peter Stephenson <p.stephenson@samsung.com>
|
||||||
|
|
||||||
* 37096: Src/subst.c, Test/D04parameter.ztst: make top-level
|
* 37096: Src/subst.c, Test/D04parameter.ztst: make top-level
|
||||||
|
|
|
@ -174,9 +174,11 @@ def(itemiz)(1)(\
|
||||||
COMMENT(--- special effects ---)
|
COMMENT(--- special effects ---)
|
||||||
|
|
||||||
def(example)(1)(\
|
def(example)(1)(\
|
||||||
|
undef(PARAGRAPH)\
|
||||||
NOTRANS(.RS)+NL()NOTRANS(.nf)+NL()\
|
NOTRANS(.RS)+NL()NOTRANS(.nf)+NL()\
|
||||||
NOTRANS(\fB)ARG1+NOTRANS(\fP)\
|
NOTRANS(\fB)ARG1+NOTRANS(\fP)\
|
||||||
+NL()NOTRANS(.fi)+NL()NOTRANS(.RE)\
|
+NL()NOTRANS(.fi)+NL()NOTRANS(.RE)\
|
||||||
|
STDPAR()\
|
||||||
)
|
)
|
||||||
|
|
||||||
def(nofill)(1)(\
|
def(nofill)(1)(\
|
||||||
|
|
|
@ -225,9 +225,11 @@ def(nofill)(1)(\
|
||||||
)
|
)
|
||||||
|
|
||||||
def(example)(1)(\
|
def(example)(1)(\
|
||||||
|
undef(PARAGRAPH)\
|
||||||
NOTRANS(@example)+NL()\
|
NOTRANS(@example)+NL()\
|
||||||
ARG1\
|
ARG1\
|
||||||
+NL()NOTRANS(@end example)\
|
+NL()NOTRANS(@end example)\
|
||||||
|
STDPAR()\
|
||||||
)
|
)
|
||||||
|
|
||||||
def(indent)(1)(\
|
def(indent)(1)(\
|
||||||
|
|
Loading…
Reference in a new issue