mirror of
https://github.com/neovim/neovim.git
synced 2024-12-25 05:35:10 -07:00
options: Silence V542: odd casts for .def_val
This commit is contained in:
parent
7d895ee053
commit
5bea4906a2
@ -118,7 +118,7 @@ local get_value = function(v)
|
|||||||
end
|
end
|
||||||
|
|
||||||
local get_defaults = function(d)
|
local get_defaults = function(d)
|
||||||
return '{' .. get_value(d.vi) .. ', ' .. get_value(d.vim) .. '}'
|
return '{' .. get_value(d.vi) .. ', ' .. get_value(d.vim) .. '} /* -V542 */'
|
||||||
end
|
end
|
||||||
|
|
||||||
local defines = {}
|
local defines = {}
|
||||||
|
Loading…
Reference in New Issue
Block a user