mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 11:25:33 +00:00
updating doc
This commit is contained in:
@@ -527,8 +527,7 @@ FOLDCOLUMN *fold-foldcolumn*
|
|||||||
|
|
||||||
'foldcolumn' is a number, which sets the width for a column on the side of the
|
'foldcolumn' is a number, which sets the width for a column on the side of the
|
||||||
window to indicate folds. When it is zero, there is no foldcolumn. A normal
|
window to indicate folds. When it is zero, there is no foldcolumn. A normal
|
||||||
value is 4 or 5. The minimal useful value is 2, although 1 still provides
|
value is auto:9. The maximum is 9.
|
||||||
some information. The maximum is 12.
|
|
||||||
|
|
||||||
An open fold is indicated with a column that has a '-' at the top and '|'
|
An open fold is indicated with a column that has a '-' at the top and '|'
|
||||||
characters below it. This column stops where the open fold stops. When folds
|
characters below it. This column stops where the open fold stops. When folds
|
||||||
|
|||||||
@@ -2421,11 +2421,14 @@ A jump table for the options with a short description can be found at |Q_op|.
|
|||||||
automatically close when moving out of them.
|
automatically close when moving out of them.
|
||||||
|
|
||||||
*'foldcolumn'* *'fdc'*
|
*'foldcolumn'* *'fdc'*
|
||||||
'foldcolumn' 'fdc' number (default 0)
|
'foldcolumn' 'fdc' string (default "0")
|
||||||
local to window
|
local to window
|
||||||
When non-zero, a column with the specified width is shown at the side
|
When and how to draw the foldcolumn. Valid values are:
|
||||||
of the window which indicates open and closed folds. The maximum
|
"auto": resize to the maximum amount of folds to display.
|
||||||
value is 12.
|
"auto:[1-9]": resize to accommodate multiple folds up to the
|
||||||
|
selected level
|
||||||
|
0: to disable foldcolumn
|
||||||
|
"[1-9]": to display a fixed number of columns
|
||||||
See |folding|.
|
See |folding|.
|
||||||
|
|
||||||
*'foldenable'* *'fen'* *'nofoldenable'* *'nofen'*
|
*'foldenable'* *'fen'* *'nofoldenable'* *'nofen'*
|
||||||
|
|||||||
@@ -201,6 +201,7 @@ Options:
|
|||||||
'guicursor' works in the terminal
|
'guicursor' works in the terminal
|
||||||
'fillchars' flags: "msgsep" (see 'display'), "eob" for |hl-EndOfBuffer|
|
'fillchars' flags: "msgsep" (see 'display'), "eob" for |hl-EndOfBuffer|
|
||||||
marker, "foldopen", "foldsep", "foldclose"
|
marker, "foldopen", "foldsep", "foldclose"
|
||||||
|
'foldcolumn' supports up to 9 dynamic/fixed columns
|
||||||
'inccommand' shows interactive results for |:substitute|-like commands
|
'inccommand' shows interactive results for |:substitute|-like commands
|
||||||
'listchars' local to window
|
'listchars' local to window
|
||||||
'pumblend' pseudo-transparent popupmenu
|
'pumblend' pseudo-transparent popupmenu
|
||||||
|
|||||||
Reference in New Issue
Block a user