1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-05-04 22:56:18 +02:00

37090: correctly handle blank lines in yodl macro example()

This commit is contained in:
Jun-ichi Takimoto 2015-11-13 00:16:20 +09:00
parent d814071b14
commit ff85c8b1c9
3 changed files with 9 additions and 0 deletions

View File

@ -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>
* 37096: Src/subst.c, Test/D04parameter.ztst: make top-level

View File

@ -174,9 +174,11 @@ def(itemiz)(1)(\
COMMENT(--- special effects ---)
def(example)(1)(\
undef(PARAGRAPH)\
NOTRANS(.RS)+NL()NOTRANS(.nf)+NL()\
NOTRANS(\fB)ARG1+NOTRANS(\fP)\
+NL()NOTRANS(.fi)+NL()NOTRANS(.RE)\
STDPAR()\
)
def(nofill)(1)(\

View File

@ -225,9 +225,11 @@ def(nofill)(1)(\
)
def(example)(1)(\
undef(PARAGRAPH)\
NOTRANS(@example)+NL()\
ARG1\
+NL()NOTRANS(@end example)\
STDPAR()\
)
def(indent)(1)(\