mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-01-27 15:07:40 +01:00
This happens, because UTF-8 was on a single line and as such triggered the helpHeading syntax group. So slightly re-worded the line, so that it does no longer match the header syntax rule. fixes: #15278 Signed-off-by: Christian Brabandt <cb@256bit.org>