fix(types): nvim_get_win_config return type #35639

This commit is contained in:
Lewis Russell
2025-09-06 22:19:12 +01:00
committed by GitHub
parent 798bb3f66a
commit ef48104c31
4 changed files with 29 additions and 2 deletions

View File

@@ -2415,7 +2415,7 @@ function vim.api.nvim_win_get_buf(window) end
--- `relative` is empty for normal windows.
---
--- @param window integer `window-ID`, or 0 for current window
--- @return vim.api.keyset.win_config # Map defining the window configuration, see |nvim_open_win()|
--- @return vim.api.keyset.win_config_ret # Map defining the window configuration, see |nvim_open_win()|
function vim.api.nvim_win_get_config(window) end
--- Gets the (1,0)-indexed, buffer-relative cursor position for a given window