mirror of
https://github.com/neovim/neovim.git
synced 2025-10-06 18:06:30 +00:00
vim-patch:9.1.1819: Cannot configure the inner foldlevel indicator (#36010)
Problem: Cannot configure the inner foldlevel indicator for the
foldcolumn
Solution: Add "foldinner" suboption value to the 'fillchar' option
(Maria José Solano).
closes: vim/vim#18365
1a691afd27
Co-authored-by: Maria José Solano <majosolano99@gmail.com>
This commit is contained in:
5
runtime/lua/vim/_meta/options.lua
generated
5
runtime/lua/vim/_meta/options.lua
generated
@@ -2578,7 +2578,10 @@ vim.bo.ft = vim.bo.filetype
|
||||
--- fold '·' or '-' filling 'foldtext'
|
||||
--- foldopen '-' mark the beginning of a fold
|
||||
--- foldclose '+' show a closed fold
|
||||
--- foldsep '│' or '|' open fold middle marker
|
||||
--- foldsep '│' or '|' open fold middle marker
|
||||
--- foldinner none character to show instead of the
|
||||
--- numeric foldlevel when it would be
|
||||
--- repeated in a narrow 'foldcolumn'
|
||||
--- diff '-' deleted lines of the 'diff' option
|
||||
--- msgsep ' ' message separator 'display'
|
||||
--- eob '~' empty lines at the end of a buffer
|
||||
|
Reference in New Issue
Block a user