mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
fix(options): mark winhighlight as list style (#19477)
Also add missing fcs, lcs and winhighlight to list of key-value options for `vim.opt`. Co-authored-by: ii14 <ii14@users.noreply.github.com>
This commit is contained in:
@@ -2732,8 +2732,8 @@ describe('API', function()
|
||||
|
||||
it('should have information about window options', function()
|
||||
eq({
|
||||
allows_duplicates = true,
|
||||
commalist = false;
|
||||
allows_duplicates = false,
|
||||
commalist = true;
|
||||
default = "";
|
||||
flaglist = false;
|
||||
global_local = false;
|
||||
|
||||
Reference in New Issue
Block a user