From 008bff967f7fcaa6af066f71d65bfbba5ef5c7d3 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 4 Mar 2021 21:55:58 +0100 Subject: patch 8.2.2569: 'fillchars' "stl" and "stlnc" items must be single byte Problem: 'fillchars' "stl" and "stlnc" items must be single byte. Solution: Accept multi-byte characters. (Christian Wellenbrock, Yegappan Lakshmanan, closes #7927) --- runtime/doc/options.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'runtime') diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 70746082cf..7fcdfbe953 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -3262,7 +3262,8 @@ A jump table for the options with a short description can be found at |Q_op|. < This is similar to the default, except that these characters will also be used when there is highlighting. - for "stl" and "stlnc" only single-byte values are supported. + For "stl" and "stlnc" single-byte and multibyte characters are + supported. But double-width characters are not supported. The highlighting used for these items: item highlight group ~ -- cgit v1.2.3