mirror of
https://github.com/neovim/neovim.git
synced 2026-01-04 10:26:42 +10:00
refactor: fix luals warnings
This commit is contained in:
@@ -1593,6 +1593,7 @@ function Screen:_pprint_attrs(attrs, cterm)
|
||||
return table.concat(items, ", ")
|
||||
end
|
||||
|
||||
---@diagnostic disable-next-line: unused-local, unused-function
|
||||
local function backward_find_meaningful(tbl, from) -- luacheck: no unused
|
||||
for i = from or #tbl, 1, -1 do
|
||||
if tbl[i] ~= ' ' then
|
||||
|
||||
Reference in New Issue
Block a user