Treat consecutive paragraph indicators as different paragraphs
authortobhe <tobhe@openbsd.org>
Thu, 7 Sep 2023 11:17:32 +0000 (11:17 +0000)
committertobhe <tobhe@openbsd.org>
Thu, 7 Sep 2023 11:17:32 +0000 (11:17 +0000)
commit57651b989732fe71e698cb13c8007c9650fe78b9
tree3705ee6f307d39aa17e37e190fbff56dd97f2f40
parentd28ab35e7e1883ccc9ec45f2373912ccb774a402
Treat consecutive paragraph indicators as different paragraphs
Consecutive empty lines count toward the same state, so there're
2x states (to get in and out). ^L and .PP are counted as text,
hitting those in the text should be treated as getting out of a
paragraph and then getting in.

From Walter Alejandro Iglesias and Zhihao Yuan in nvi2
ok bluhm@
usr.bin/vi/vi/v_paragraph.c