Man reader: handle .if.

This commit is contained in:
John MacFarlane 2018-10-23 11:47:12 -07:00
parent c916a07bad
commit b0fa2b954f

View file

@ -307,6 +307,7 @@ lexMacro = do
case macroName of
"nop" -> return mempty
"ie" -> lexConditional
"if" -> lexConditional
"el" -> skipConditional
_ -> do