Skip to content

Commit

Permalink
roffit: Decrease the indent level for .PP
Browse files Browse the repository at this point in the history
Prior to this change when .PP (regular paragraph) was used after
.IP (indented paragraph) roffit would not change the indent level which
resulted in regular paragraphs having the same indent as the previously
indented paragraph.

Ref: curl/curl#13803 (comment)

Closes #xxxxx
  • Loading branch information
jay authored and bagder committed Jun 4, 2024
1 parent 3fb6960 commit 420fda2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roffit
Original file line number Diff line number Diff line change
Expand Up @@ -502,6 +502,7 @@ sub parsefile {
$within_tp=0;
showp(@p);
@p="";
$indentlevel-- if ($indentlevel);
}
elsif($keyword =~ /^fi$/i) {
# .fi = fill-in, extra space will be ignored and text that is
Expand Down

0 comments on commit 420fda2

Please sign in to comment.