We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
vim.Pos.Optional
1 parent 523371b commit a4a690eCopy full SHA for a4a690e
runtime/lua/vim/pos.lua
@@ -56,7 +56,7 @@ Pos.__index = Pos
56
---@package
57
---@param row integer
58
---@param col integer
59
----@param opts vim.Pos.Optional
+---@param opts? vim.Pos.Optional
60
function Pos.new(row, col, opts)
61
validate('row', row, 'number')
62
validate('col', col, 'number')
0 commit comments