docs(api): nvim_open_win "split" with negative "win" #38032

Acts like :topleft/botright.
This commit is contained in:
Sean Dewar
2026-02-23 15:10:20 +00:00
committed by GitHub
parent 374e869504
commit 2478a7fbbd
3 changed files with 6 additions and 5 deletions

View File

@@ -3923,7 +3923,8 @@ nvim_open_win({buffer}, {enter}, {config}) *nvim_open_win()*
• vertical: Split vertically |:vertical|.
• width: Window width (in character cells). Minimum of 1.
• win: |window-ID| window to split, or relative window when
creating a float (relative="win").
creating a float (relative="win"). When splitting,
negative value works like |:topleft|, |:botright|.
• zindex: Stacking order. floats with higher `zindex` go on
top on floats with lower indices. Must be larger than
zero. The following screen elements have hard-coded

View File

@@ -1847,8 +1847,8 @@ function vim.api.nvim_open_term(buffer, opts) end
--- Default is `"left"`.
--- - vertical: Split vertically `:vertical`.
--- - width: Window width (in character cells). Minimum of 1.
--- - win: `window-ID` window to split, or relative window when creating a
--- float (relative="win").
--- - win: `window-ID` window to split, or relative window when creating a float (relative="win").
--- When splitting, negative value works like `:topleft`, `:botright`.
--- - zindex: Stacking order. floats with higher `zindex` go on top on
--- floats with lower indices. Must be larger than zero. The
--- following screen elements have hard-coded z-indices:

View File

@@ -183,8 +183,8 @@
/// Default is `"left"`.
/// - vertical: Split vertically |:vertical|.
/// - width: Window width (in character cells). Minimum of 1.
/// - win: |window-ID| window to split, or relative window when creating a
/// float (relative="win").
/// - win: |window-ID| window to split, or relative window when creating a float (relative="win").
/// When splitting, negative value works like |:topleft|, |:botright|.
/// - zindex: Stacking order. floats with higher `zindex` go on top on
/// floats with lower indices. Must be larger than zero. The
/// following screen elements have hard-coded z-indices: