aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/_meta/api.lua
diff options
context:
space:
mode:
authorWill Hopkins <willothyh@gmail.com>2024-03-01 14:59:32 -0800
committerGitHub <noreply@github.com>2024-03-02 06:59:32 +0800
commit813dd36b72979dfd05479eb6402b9becc0faea29 (patch)
tree36209e9901fb7e8eee0ce23cf6d083c9b3e5f78e /runtime/lua/vim/_meta/api.lua
parent62d04f21d9eb16f8fca2ed5038c7af4fa3f8c63a (diff)
downloadrneovim-813dd36b72979dfd05479eb6402b9becc0faea29.tar.gz
rneovim-813dd36b72979dfd05479eb6402b9becc0faea29.tar.bz2
rneovim-813dd36b72979dfd05479eb6402b9becc0faea29.zip
fix(types): rename win_get_config return type to win_config
Follow-up to #27397
Diffstat (limited to 'runtime/lua/vim/_meta/api.lua')
-rw-r--r--runtime/lua/vim/_meta/api.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/lua/vim/_meta/api.lua b/runtime/lua/vim/_meta/api.lua
index d2f624fd97..94eab72291 100644
--- a/runtime/lua/vim/_meta/api.lua
+++ b/runtime/lua/vim/_meta/api.lua
@@ -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