mirror of
https://github.com/neovim/neovim.git
synced 2025-11-03 09:14:24 +00:00
fix(types): use vararg return type annotation
build(types): allow vararg returns in function types
This commit is contained in:
committed by
Lewis Russell
parent
c06f3dbe3e
commit
e947f226be
@@ -276,7 +276,7 @@ end
|
||||
--- -- { 6, 12 }
|
||||
--- ```
|
||||
---
|
||||
---@param f fun(...):any Mapping function. Takes all values returned from
|
||||
---@param f fun(...):...:any Mapping function. Takes all values returned from
|
||||
--- the previous stage in the pipeline as arguments
|
||||
--- and returns one or more new values, which are used
|
||||
--- in the next pipeline stage. Nil return values
|
||||
|
||||
Reference in New Issue
Block a user