aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim
diff options
context:
space:
mode:
authorglepnir <glephunter@gmail.com>2025-03-31 21:39:50 +0800
committerGitHub <noreply@github.com>2025-03-31 06:39:50 -0700
commit216cc893bf1b3aa755e1e26243d1f438d5ebb0ca (patch)
treeda162891a5df52e6f84adc0b928b09ff912ec549 /runtime/lua/vim
parent57b4fb5c5318394b82508492232d6e926ef8f23f (diff)
downloadrneovim-216cc893bf1b3aa755e1e26243d1f438d5ebb0ca.tar.gz
rneovim-216cc893bf1b3aa755e1e26243d1f438d5ebb0ca.tar.bz2
rneovim-216cc893bf1b3aa755e1e26243d1f438d5ebb0ca.zip
feat(float): 'winborder' "bold" style #33189
Diffstat (limited to 'runtime/lua/vim')
-rw-r--r--runtime/lua/vim/_meta/options.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/lua/vim/_meta/options.lua b/runtime/lua/vim/_meta/options.lua
index 9ff4770e7c..8a582ada23 100644
--- a/runtime/lua/vim/_meta/options.lua
+++ b/runtime/lua/vim/_meta/options.lua
@@ -7893,8 +7893,9 @@ vim.wo.winbl = vim.wo.winblend
--- - "rounded": Like "single", but with rounded corners ("╭" etc.).
--- - "solid": Adds padding by a single whitespace cell.
--- - "shadow": A drop shadow effect by blending with the background.
+--- - "bold": A bold line box.
---
---- @type ''|'double'|'single'|'shadow'|'rounded'|'solid'|'none'
+--- @type ''|'double'|'single'|'shadow'|'rounded'|'solid'|'bold'|'none'
vim.o.winborder = ""
vim.go.winborder = vim.o.winborder