mirror of
https://github.com/neovim/neovim.git
synced 2026-04-25 00:35:36 +00:00
docs(lua): mark vim.Pos.Optional as optional
This commit is contained in:
@@ -56,7 +56,7 @@ Pos.__index = Pos
|
||||
---@package
|
||||
---@param row integer
|
||||
---@param col integer
|
||||
---@param opts vim.Pos.Optional
|
||||
---@param opts? vim.Pos.Optional
|
||||
function Pos.new(row, col, opts)
|
||||
validate('row', row, 'number')
|
||||
validate('col', col, 'number')
|
||||
|
||||
Reference in New Issue
Block a user