Skip to content

Commit d24aaa9

Browse files
committed
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>
1 parent 3698fbb commit d24aaa9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

runtime/doc/mbyte.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*mbyte.txt* For Vim version 9.1. Last change: 2024 Jun 09
1+
*mbyte.txt* For Vim version 9.1. Last change: 2024 Jul 17
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar et al.
@@ -1379,7 +1379,7 @@ Motif. Use the ":hi Menu font={fontname}" command for this. |:highlight|
13791379
TYPING UTF-8 *utf-8-typing*
13801380

13811381
If you are using X-Windows, you should find an input method that supports
1382-
UTF-8.
1382+
the UTF-8 encoding.
13831383

13841384
If your system does not provide support for typing UTF-8, you can use the
13851385
'keymap' feature. This allows writing a keymap file, which defines a UTF-8

0 commit comments

Comments
 (0)