mirror of
https://github.com/vim/vim.git
synced 2026-02-05 11:34:36 +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>