mirror of
https://github.com/neovim/neovim.git
synced 2025-10-10 03:46:31 +00:00
foldcolumn: allow auto:X
Similar to signcolumn, allow foldcolumn to adapt itself to the number of folds. Regression: vim supports a maximum fdc of 12, this limits it to 9.
This commit is contained in:
@@ -831,10 +831,11 @@ return {
|
||||
},
|
||||
{
|
||||
full_name='foldcolumn', abbreviation='fdc',
|
||||
type='number', scope={'window'},
|
||||
type='string', scope={'window'},
|
||||
vi_def=true,
|
||||
alloced=true,
|
||||
redraw={'current_window'},
|
||||
defaults={if_true={vi=false}}
|
||||
defaults={if_true={vi="0"}}
|
||||
},
|
||||
{
|
||||
full_name='foldenable', abbreviation='fen',
|
||||
|
Reference in New Issue
Block a user