Skip to content

Commit 2cb7ef5

Browse files
authored
fix duplicate help tag (#1408)
1 parent 93db4a4 commit 2cb7ef5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/vim-lsp.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ CONTENTS *vim-lsp-contents*
7272
g:lsp_preview_max_width |g:lsp_preview_max_width|
7373
g:lsp_preview_max_height |g:lsp_preview_max_height|
7474
g:lsp_preview_fixup_conceal |g:lsp_preview_fixup_conceal|
75-
g:lsp_float_max_width |g:lsp_preview_max_width|
75+
g:lsp_float_max_width |g:lsp_float_max_width|
7676
g:lsp_signature_help_enabled |g:lsp_signature_help_enabled|
7777
g:lsp_fold_enabled |g:lsp_fold_enabled|
7878
g:lsp_hover_conceal |g:lsp_hover_conceal|
@@ -921,7 +921,7 @@ g:lsp_preview_fixup_conceal *g:lsp_preview_fixup_conceal*
921921
That's useful in vim. vim's popup doesn't shrink correctly if the
922922
buffer content uses conceals.
923923

924-
g:lsp_float_max_width *g:lsp_preview_max_width*
924+
g:lsp_float_max_width *g:lsp_float_max_width*
925925
Type: |Number|
926926
Default: `-1`
927927

0 commit comments

Comments
 (0)