Skip to content

Commit 39e127f

Browse files
authored
Fix duplicate helptag (#738)
1 parent 4630823 commit 39e127f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/vim-lsp.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -949,7 +949,7 @@ Convert LSP's positon to vim's pos ([lnum, col]).
949949
{position} is LSP's position params.
950950

951951

952-
lsp#utils#position#vim_to_lsp({expr}, {pos}) *lsp#utils#position#lsp_to_vim()*
952+
lsp#utils#position#vim_to_lsp({expr}, {pos}) *lsp#utils#position#vim_to_lsp()*
953953

954954
Convert vim's pos to LSP's position ({ 'line': ..., 'character': ... }).
955955

0 commit comments

Comments
 (0)