Skip to content
Snippets Groups Projects
Commit 2b12b6fd authored by Ralf Jung's avatar Ralf Jung
Browse files

normalize away new section variable info

parent 4f82f462
No related branches found
No related tags found
No related merge requests found
......@@ -6,3 +6,5 @@ s/subgoal/goal/g
/^File/d
# extra space removed in https://github.com/coq/coq/pull/16130
s/= $/=/
# coq/coq#16208 (this regex deletes an empty line followed by the "uses section variable" line)
/^$/{N;/.* uses section variable.*/d}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment