fix(types): rename win_get_config return type to win_config

Follow-up to #27397
This commit is contained in:
Will Hopkins
2024-03-01 14:59:32 -08:00
committed by GitHub
parent 62d04f21d9
commit 813dd36b72
2 changed files with 2 additions and 2 deletions

View File

@@ -2118,7 +2118,7 @@ function vim.api.nvim_win_get_buf(window) end
--- `relative` is empty for normal windows.
---
--- @param window integer Window handle, or 0 for current window
--- @return vim.api.keyset.float_config
--- @return vim.api.keyset.win_config
function vim.api.nvim_win_get_config(window) end
--- Gets the (1,0)-indexed, buffer-relative cursor position for a given window