From 222a0452fa4deea3ab914b5f0dbb5c7a405c5033 Mon Sep 17 00:00:00 2001 From: Olivier Roques Date: Wed, 9 Dec 2020 11:19:56 +0100 Subject: doc: Add missing parameter end_pos for range_formatting (#13481) --- runtime/doc/lsp.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'runtime/doc') diff --git a/runtime/doc/lsp.txt b/runtime/doc/lsp.txt index de1b230454..3767b25adb 100644 --- a/runtime/doc/lsp.txt +++ b/runtime/doc/lsp.txt @@ -984,6 +984,9 @@ range_formatting({options}, {start_pos}, {end_pos}) Parameters: ~ {options} Table with valid `FormattingOptions` entries. {start_pos} ({number, number}, optional) mark-indexed + position. Defaults to the start of the last + visual selection. + {end_pos} ({number, number}, optional) mark-indexed position. Defaults to the end of the last visual selection. -- cgit