mirror of
https://github.com/neovim/neovim.git
synced 2026-08-26 00:51:53 +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