options: Silence V542 the other way

Still does not work though.
This commit is contained in:
ZyX
2017-05-20 04:56:38 +03:00
parent 1dafe1e002
commit a052040430

View File

@@ -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 = {}