aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/_meta/api.lua
diff options
context:
space:
mode:
authordundargoc <33953936+dundargoc@users.noreply.github.com>2023-12-28 03:28:48 +0100
committerGitHub <noreply@github.com>2023-12-28 10:28:48 +0800
commit714b075197c02d27d5c05133759ae97bed279b50 (patch)
tree11f8859706d2b77256717abb4d3df6ad130a904a /runtime/lua/vim/_meta/api.lua
parent46ceefb52be6b014dd27b6adfbca3e1c9dff0c0c (diff)
downloadrneovim-714b075197c02d27d5c05133759ae97bed279b50.tar.gz
rneovim-714b075197c02d27d5c05133759ae97bed279b50.tar.bz2
rneovim-714b075197c02d27d5c05133759ae97bed279b50.zip
docs: small fixes (#26651)
Co-authored-by: Gregory Anders <greg@gpanders.com> Co-authored-by: WillLillis <wlillis@umass.edu>
Diffstat (limited to 'runtime/lua/vim/_meta/api.lua')
-rw-r--r--runtime/lua/vim/_meta/api.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/lua/vim/_meta/api.lua b/runtime/lua/vim/_meta/api.lua
index ba18a16488..d94cef481e 100644
--- a/runtime/lua/vim/_meta/api.lua
+++ b/runtime/lua/vim/_meta/api.lua
@@ -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