docs: clipboard, eval #33223

This commit is contained in:
Justin M. Keyes
2025-04-05 06:01:40 -07:00
committed by GitHub
parent e8785c2e94
commit 57d99a515f
8 changed files with 144 additions and 151 deletions

View File

@@ -10263,13 +10263,13 @@ local options = {
desc = [=[
Defines the default border style of floating windows. The default value
is empty, which is equivalent to "none". Valid values include:
- "bold": Bold line box.
- "double": Double-line box.
- "none": No border.
- "single": A single line box.
- "double": A double line box.
- "rounded": Like "single", but with rounded corners ("╭" etc.).
- "shadow": Drop shadow effect, by blending with the background.
- "single": Single-line box.
- "solid": Adds padding by a single whitespace cell.
- "shadow": A drop shadow effect by blending with the background.
- "bold": A bold line box.
]=],
full_name = 'winborder',
scope = { 'global' },