mirror of
https://github.com/neovim/neovim.git
synced 2025-09-19 01:38:16 +00:00
docs(lsp): remove outdated offset_encoding default value for apply_text_edits
This commit is contained in:
@@ -1356,8 +1356,7 @@ apply_text_edits({text_edits}, {bufnr}, {offset_encoding})
|
||||
Parameters: ~
|
||||
{text_edits} table list of `TextEdit` objects
|
||||
{bufnr} number Buffer id
|
||||
{offset_encoding} string utf-8|utf-16|utf-32 defaults to
|
||||
encoding of first client of `bufnr`
|
||||
{offset_encoding} string utf-8|utf-16|utf-32
|
||||
|
||||
See also: ~
|
||||
https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textEdit
|
||||
|
Reference in New Issue
Block a user