mirror of
https://github.com/neovim/neovim.git
synced 2025-10-17 15:21:47 +00:00
Fix luacheck errors for all Lua source files
This commit is contained in:

committed by
Daniel Hahler

parent
99b870d61c
commit
571b2c5e7b
@@ -40,7 +40,7 @@ local imacros=function(s)
|
||||
return '(intptr_t)' .. s
|
||||
end
|
||||
end
|
||||
local N_=function(s)
|
||||
local N_=function(s) -- luacheck: ignore 211
|
||||
return function()
|
||||
return 'N_(' .. cstr(s) .. ')'
|
||||
end
|
||||
@@ -189,7 +189,6 @@ return {
|
||||
},
|
||||
{
|
||||
full_name='belloff', abbreviation='bo',
|
||||
deny_duplicates=true,
|
||||
type='string', list='comma', scope={'global'},
|
||||
deny_duplicates=true,
|
||||
vi_def=true,
|
||||
|
Reference in New Issue
Block a user