Commit 7f4414b9 authored by albert-github's avatar albert-github

Bug 678436 - Nested \if messes up list items

Blank spaces after an if statement have to be removed as well. Also spaces before the firs round bracket have to be removed.
parent de502ca7
......@@ -1810,7 +1810,7 @@ RCSTAG "$"{ID}":"[^\n$]+"$"
/* ----- handle arguments of if/ifnot commands ------- */
<GuardParam>"(" {
<GuardParam>{B}*"(" {
g_guardExpr=yytext;
g_roundCount=1;
BEGIN(GuardExpr);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment