mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 14:38:32 +00:00
refactor(lua): use tuple syntax everywhere #29111
This commit is contained in:
@@ -148,7 +148,7 @@ local get_defaults = function(d, n)
|
||||
return value_dumpers[type(d)](d)
|
||||
end
|
||||
|
||||
--- @type {[1]:string,[2]:string}[]
|
||||
--- @type [string,string][]
|
||||
local defines = {}
|
||||
|
||||
--- @param i integer
|
||||
|
Reference in New Issue
Block a user