mirror of
https://github.com/neovim/neovim.git
synced 2024-12-24 13:15:09 -07:00
options: Silence V542 the other way
Still does not work though.
This commit is contained in:
parent
1dafe1e002
commit
a052040430
@ -118,7 +118,8 @@ local get_value = function(v)
|
||||
end
|
||||
|
||||
local get_defaults = function(d)
|
||||
return '{' .. get_value(d.vi) .. ', ' .. get_value(d.vim) .. '} /* -V542 */'
|
||||
return ('{' .. get_value(d.vi) .. '/* -V542 */, '
|
||||
.. get_value(d.vim) .. '/* -V542 */}')
|
||||
end
|
||||
|
||||
local defines = {}
|
||||
|
Loading…
Reference in New Issue
Block a user