aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc
diff options
context:
space:
mode:
authorAndrea Cappuccio <hood@null.net>2022-03-30 21:04:17 +0200
committerGitHub <noreply@github.com>2022-03-30 21:04:17 +0200
commita18c9ba2dab6e122e6fecd2353a0568f52d6c80c (patch)
tree08166f1de8217498f73c5ef3800e1f325660d89b /runtime/doc
parent7fb2310edb8f2fae1ddd175ef4bd6508ca3ce7e3 (diff)
downloadrneovim-a18c9ba2dab6e122e6fecd2353a0568f52d6c80c.tar.gz
rneovim-a18c9ba2dab6e122e6fecd2353a0568f52d6c80c.tar.bz2
rneovim-a18c9ba2dab6e122e6fecd2353a0568f52d6c80c.zip
docs(lsp): remove outdated offset_encoding default value for apply_text_edits
Diffstat (limited to 'runtime/doc')
-rw-r--r--runtime/doc/lsp.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/runtime/doc/lsp.txt b/runtime/doc/lsp.txt
index 9dfc65f999..b704d2d6e8 100644
--- a/runtime/doc/lsp.txt
+++ b/runtime/doc/lsp.txt
@@ -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