mirror of
https://github.com/neovim/neovim.git
synced 2024-12-24 13:15:09 -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
|
||||
|
||||
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
|
||||
|
||||
local defines = {}
|
||||
|
Loading…
Reference in New Issue
Block a user