Mercurial > vim
changeset 35722:ce7444932362
runtime(doc): using wrong highlight for UTF-8
Commit: https://github.com/vim/vim/commit/d24aaa9983619264cb5b4178924a352bb3a0eb37
Author: Christian Brabandt <cb@256bit.org>
Date: Wed Jul 17 08:25:45 2024 +0200
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>
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Wed, 17 Jul 2024 08:30:03 +0200 |
parents | 1d94cf87a5ee |
children | 5156d5389b4a |
files | runtime/doc/mbyte.txt |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/runtime/doc/mbyte.txt +++ b/runtime/doc/mbyte.txt @@ -1,4 +1,4 @@ -*mbyte.txt* For Vim version 9.1. Last change: 2024 Jun 09 +*mbyte.txt* For Vim version 9.1. Last change: 2024 Jul 17 VIM REFERENCE MANUAL by Bram Moolenaar et al. @@ -1379,7 +1379,7 @@ Motif. Use the ":hi Menu font={fontname TYPING UTF-8 *utf-8-typing* If you are using X-Windows, you should find an input method that supports -UTF-8. +the UTF-8 encoding. If your system does not provide support for typing UTF-8, you can use the 'keymap' feature. This allows writing a keymap file, which defines a UTF-8