docs: small fixes (#26651)

Co-authored-by: Gregory Anders <greg@gpanders.com>
Co-authored-by: WillLillis <wlillis@umass.edu>
This commit is contained in:
dundargoc
2023-12-28 03:28:48 +01:00
committed by GitHub
parent 46ceefb52b
commit 714b075197
11 changed files with 13 additions and 16 deletions

View File

@@ -1493,7 +1493,6 @@ function vim.api.nvim_open_term(buffer, opts) end
--- ```lua
--- vim.api.nvim_open_win(0, false,
--- {relative='win', width=12, height=3, bufpos={100,10}})
--- })
--- ```
---
--- @param buffer integer Buffer to display, or 0 for current buffer