mirror of
https://github.com/neovim/neovim.git
synced 2026-05-03 20:45:02 +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:
@@ -72,7 +72,7 @@ describe(':set validation', function()
|
||||
should_fail('updatetime', -1, 'E487')
|
||||
|
||||
should_fail('foldlevel', -5, 'E487')
|
||||
should_fail('foldcolumn', 13, 'E474')
|
||||
should_fail('foldcolumn', '13', 'E474')
|
||||
should_fail('conceallevel', 4, 'E474')
|
||||
should_fail('numberwidth', 21, 'E474')
|
||||
should_fail('numberwidth', 0, 'E487')
|
||||
|
||||
Reference in New Issue
Block a user