]> git.ipfire.org Git - thirdparty/vim.git/commit
runtime(doc): using wrong highlight for UTF-8
authorChristian Brabandt <cb@256bit.org>
Wed, 17 Jul 2024 06:25:45 +0000 (08:25 +0200)
committerChristian Brabandt <cb@256bit.org>
Wed, 17 Jul 2024 06:25:45 +0000 (08:25 +0200)
commitd24aaa9983619264cb5b4178924a352bb3a0eb37
treefd95bfda31bb06891a6f157e4ebde50309f488b1
parent3698fbbd7c35590dcc4708677d6c38f9009cf9a3
runtime(doc): using wrong highlight for UTF-8

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>
runtime/doc/mbyte.txt