diff options
Diffstat (limited to 'runtime/lua/vim/_meta/options.lua')
-rw-r--r-- | runtime/lua/vim/_meta/options.lua | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/runtime/lua/vim/_meta/options.lua b/runtime/lua/vim/_meta/options.lua index a986cd752c..53f7166b3d 100644 --- a/runtime/lua/vim/_meta/options.lua +++ b/runtime/lua/vim/_meta/options.lua @@ -2217,10 +2217,8 @@ vim.bo.ft = vim.bo.filetype --- --- Example: --- ``` ---- :set fillchars=stl:^,stlnc:=,vert:│,fold:·,diff:- +--- :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. --- --- For the "stl", "stlnc", "foldopen", "foldclose" and "foldsep" items --- single-byte and multibyte characters are supported. But double-width |