mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 03:15:39 +00:00
docs(builtin): fix lua types for vim.fn.sign_getplaced
Per :help sign_getplaced():
- Parameter {dict}: lnum also accepts integer as well as string
- Return value: item has field bufnr, not buf
This commit is contained in:
committed by
Lewis Russell
parent
1c7b0b9d5f
commit
309c36d3c9
@@ -81,10 +81,10 @@
|
||||
--- @class vim.fn.sign_getplaced.dict
|
||||
--- @field group? string
|
||||
--- @field id? integer
|
||||
--- @field lnum? string
|
||||
--- @field lnum? string|integer
|
||||
|
||||
--- @class vim.fn.sign_getplaced.ret.item
|
||||
--- @field buf integer
|
||||
--- @field bufnr integer
|
||||
--- @field signs vim.fn.sign[]
|
||||
|
||||
--- @class vim.fn.sign_place.dict
|
||||
|
||||
Reference in New Issue
Block a user