From 5187be81c2eb2de6793a0f9d57d0f2d95f356d22 Mon Sep 17 00:00:00 2001 From: "Au." Date: Sat, 22 Mar 2025 10:43:06 +0800 Subject: fix(lsp): handle using array as open_floating_preview title (#33016) --- runtime/doc/lsp.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/doc') diff --git a/runtime/doc/lsp.txt b/runtime/doc/lsp.txt index c314d632d7..a6cd10afa3 100644 --- a/runtime/doc/lsp.txt +++ b/runtime/doc/lsp.txt @@ -2101,7 +2101,7 @@ Lua module: vim.lsp.util *lsp-util* • {border}? (`string|(string|[string,string])[]`) override `border` • {zindex}? (`integer`) override `zindex`, defaults to 50 - • {title}? (`string`) + • {title}? (`string|[string,string][]`) • {title_pos}? (`'left'|'center'|'right'`) • {relative}? (`'mouse'|'cursor'|'editor'`) (default: `'cursor'`) • {anchor_bias}? (`'auto'|'above'|'below'`, default: `'auto'`) Adjusts -- cgit