Markus Armbruster <[email protected]> wrote: > To recognize a line starting with a section symbol and or tag, we > first split it at the first space, then examine the part left of the > space. We can just as well examine the unsplit line, so do that. > > Signed-off-by: Markus Armbruster <[email protected]>
Reviewed-by: Juan Quintela <[email protected]> My python regexp kungfu is at the limit with this patch, so take it as you wish. I understand the intent (very good commit message) and "more or less" how it is done. Important words on the previous sentence are "more or less". O:-)
