From eec6503bc0eda50b3151bf2739453aea4cd528b0 Mon Sep 17 00:00:00 2001 From: folke <292349+folke@users.noreply.github.com> Date: Sun, 9 Nov 2025 08:49:09 +0000 Subject: [PATCH] chore(build): auto-generated vimdocs --- doc/snacks.nvim-win.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/snacks.nvim-win.txt b/doc/snacks.nvim-win.txt index fd88a9a1..f5a9cd6a 100644 --- a/doc/snacks.nvim-win.txt +++ b/doc/snacks.nvim-win.txt @@ -113,7 +113,7 @@ Easily create and manage floating windows or splits ---@field row? number|fun(self:snacks.win):number Row of the window. Use <1 for relative row. (default: center) ---@field minimal? boolean Disable a bunch of options to make the window minimal (default: true) ---@field position? "float"|"bottom"|"top"|"left"|"right"|"current" - ---@field border? "none"|"top"|"right"|"bottom"|"left"|"hpad"|"vpad"|"rounded"|"single"|"double"|"solid"|"shadow"|"bold"|string[]|false|true + ---@field border? "none"|"top"|"right"|"bottom"|"left"|"top_bottom"|"hpad"|"vpad"|"rounded"|"single"|"double"|"solid"|"shadow"|"bold"|string[]|false|true ---@field buf? number If set, use this buffer instead of creating a new one ---@field file? string If set, use this file instead of creating a new buffer ---@field enter? boolean Enter the window after opening (default: false)