mirror of
https://github.com/neovim/neovim.git
synced 2026-03-30 12:22:08 +00:00
docs: misc
This commit is contained in:
2
runtime/lua/vim/_meta/api.lua
generated
2
runtime/lua/vim/_meta/api.lua
generated
@@ -2507,6 +2507,8 @@ function vim.api.nvim_win_set_buf(window, buffer) end
|
||||
--- Reconfigures the layout and properties of a window.
|
||||
---
|
||||
--- - Updates only the given keys; unspecified (`nil`) keys will not be changed.
|
||||
--- - Can move a window to another tabpage.
|
||||
--- - Can transform a window to/from a float.
|
||||
--- - Keys `row` / `col` / `relative` must be specified together.
|
||||
--- - Cannot move the last window in a tabpage to a different one.
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user