aboutsummaryrefslogtreecommitdiffstats
path: root/doc/mason.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/mason.txt')
-rw-r--r--doc/mason.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/mason.txt b/doc/mason.txt
index 4af3b91a..7d5fa72d 100644
--- a/doc/mason.txt
+++ b/doc/mason.txt
@@ -329,7 +329,8 @@ Example:
---@since 1.0.0
-- The border to use for the UI window. Accepts same border values as |nvim_open_win()|.
- border = "none",
+ -- Defaults to `:h 'winborder'` if nil.
+ border = nil,
---@since 1.11.0
-- The backdrop opacity. 0 is fully opaque, 100 is fully transparent.