summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorOle Strøhm <Strohm99@gmail.com>2022-01-09 18:47:19 +0100
committerGitHub <noreply@github.com>2022-01-09 18:47:19 +0100
commit24046b2361d9591b3381f31f38f24ef8e85b2f8f (patch)
tree25a8aaae56c7b3e63ade9edba4472d7f862e6f9e /doc
parent1bb5d5567f4e4db8e71d692ed2cf3d1d82dcf092 (diff)
fix: documentation for lsp_range_code_actions (#1644)
Diffstat (limited to 'doc')
-rw-r--r--doc/telescope.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/telescope.txt b/doc/telescope.txt
index 0c1f33d..ea3126c 100644
--- a/doc/telescope.txt
+++ b/doc/telescope.txt
@@ -1395,7 +1395,9 @@ builtin.lsp_range_code_actions({opts}) *builtin.lsp_range_code_actions()*
Options: ~
{timeout} (number) timeout for the sync call (default: 10000)
- {start_line} (number) where the code action ends (default: handled by
+ {start_line} (number) where the code action starts (default: handled
+ by :'<,'>Telescope lsp_range_code_actions)
+ {end_line} (number) where the code action ends (default: handled by
:'<,'>Telescope lsp_range_code_actions)