aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/nvim/options.lua6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/nvim/options.lua b/src/nvim/options.lua
index c244b83c9e..47cb8e7912 100644
--- a/src/nvim/options.lua
+++ b/src/nvim/options.lua
@@ -2851,10 +2851,8 @@ return {
default to single-byte alternatives.
Example: >
- :set fillchars=stl:^,stlnc:=,vert:│,fold:·,diff:-
- < This is similar to the default, except that these characters will also
- be used when there is highlighting.
-
+ :set fillchars=stl:\ ,stlnc:\ ,vert:│,fold:·,diff:-
+ <
For the "stl", "stlnc", "foldopen", "foldclose" and "foldsep" items
single-byte and multibyte characters are supported. But double-width
characters are not supported.