docs: misc (#31138)

Co-authored-by: zeertzjq <zeertzjq@outlook.com>
This commit is contained in:
dundargoc
2024-11-20 23:50:30 +01:00
committed by GitHub
parent cedf155fb5
commit 07db909eb5
20 changed files with 15 additions and 20 deletions

View File

@@ -3499,7 +3499,7 @@ describe('LSP', function()
}
return vim.lsp.util.convert_signature_help_to_markdown_lines(signature_help, 'zig', { '(' })
end)
-- Note that although the higlight positions below are 0-indexed, the 2nd parameter
-- Note that although the highlight positions below are 0-indexed, the 2nd parameter
-- corresponds to the 3rd line because the first line is the ``` from the
-- Markdown block.
local expected = { 3, 4, 3, 11 }