Open
Description
In gvim, not using conceal, the following snippet:
***foo
bar*** baz
causes "foo\nbar" to be shown in bold italics, but "baz" will be shown in bold! This does not happen if the text is all in one line. In that scenario, "foo bar" is shown again in bold italics, but "baz" is now properly shown in regular style. Bug, I presume? :-)