Fixed comment clumping issue.
This commit is contained in:
parent
083ed530bd
commit
b236ad88a9
@ -239,7 +239,7 @@ tree_to_nomsu = function(tree)
|
|||||||
return false
|
return false
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
return not recurse(prev_line):is_multiline()
|
return not tree_to_nomsu(prev_line):is_multiline()
|
||||||
end
|
end
|
||||||
for chunk_no, chunk in ipairs(tree) do
|
for chunk_no, chunk in ipairs(tree) do
|
||||||
if chunk_no > 1 then
|
if chunk_no > 1 then
|
||||||
|
@ -179,7 +179,7 @@ tree_to_nomsu = (tree)->
|
|||||||
if prev_line.stub == "use" then return line.stub == "use"
|
if prev_line.stub == "use" then return line.stub == "use"
|
||||||
if prev_line.stub == "test" then return true
|
if prev_line.stub == "test" then return true
|
||||||
if line.stub == "test" then return false
|
if line.stub == "test" then return false
|
||||||
return not recurse(prev_line)\is_multiline!
|
return not tree_to_nomsu(prev_line)\is_multiline!
|
||||||
|
|
||||||
for chunk_no, chunk in ipairs tree
|
for chunk_no, chunk in ipairs tree
|
||||||
nomsu\append "\n\n#{("~")\rep(80)}\n\n" if chunk_no > 1
|
nomsu\append "\n\n#{("~")\rep(80)}\n\n" if chunk_no > 1
|
||||||
|
Loading…
Reference in New Issue
Block a user