]> git.neil.brown.name Git - edlib.git/commit
Remove special handling of '\v'.
authorNeilBrown <neil@brown.name>
Tue, 6 Apr 2021 00:25:58 +0000 (10:25 +1000)
committerNeilBrown <neil@brown.name>
Tue, 6 Apr 2021 00:25:58 +0000 (10:25 +1000)
commitaf3459d18a94b6ad71df19cae23c721c755644ae
treefb295de3b35a397e0d95f2f671069f4945890e8d
parente497bf76a7a0d7ff581176f2e7361aee78d962f9
Remove special handling of '\v'.

I don't really like this, and it is confusing.
It exists to handle a special case of parts in a multi-part not ending
with an eol.  It is too general for that special case.  If I need
something, it should be in doc-multipart, somehow inserting a '\n' as needed.

Signed-off-by: NeilBrown <neil@brown.name>
doc-email.c
lib-markup.c