mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 14:38:32 +00:00
options: Silence V542 the other way
Still does not work though.
This commit is contained in:
@@ -118,7 +118,8 @@ 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) .. '} /* -V542 */'
|
return ('{' .. get_value(d.vi) .. '/* -V542 */, '
|
||||||
|
.. get_value(d.vim) .. '/* -V542 */}')
|
||||||
end
|
end
|
||||||
|
|
||||||
local defines = {}
|
local defines = {}
|
||||||
|
Reference in New Issue
Block a user