aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/api.txt
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2019-12-31 06:52:14 -0800
committerJustin M. Keyes <justinkz@gmail.com>2019-12-31 08:06:48 -0800
commitb112fe828fd2457692f556626d7657615e53cb0b (patch)
treea113c1e18615e7f7b985266afbcb4d36a4e9e57d /runtime/doc/api.txt
parentd839c35871cb8f91705244455676217e0d76980e (diff)
downloadrneovim-b112fe828fd2457692f556626d7657615e53cb0b.tar.gz
rneovim-b112fe828fd2457692f556626d7657615e53cb0b.tar.bz2
rneovim-b112fe828fd2457692f556626d7657615e53cb0b.zip
gen_vimdoc.py: generate LSP docs
Diffstat (limited to 'runtime/doc/api.txt')
-rw-r--r--runtime/doc/api.txt9
1 files changed, 6 insertions, 3 deletions
diff --git a/runtime/doc/api.txt b/runtime/doc/api.txt
index 7d45330b66..f8fdd64a9b 100644
--- a/runtime/doc/api.txt
+++ b/runtime/doc/api.txt
@@ -569,7 +569,8 @@ nvim_call_atomic({calls}) *nvim_call_atomic()*
occurred, the values from all preceding calls will still
be returned.
-nvim_call_dict_function({dict}, {fn}, {args}) *nvim_call_dict_function()*
+ *nvim_call_dict_function()*
+nvim_call_dict_function({dict}, {fn}, {args})
Calls a VimL |Dictionary-function| with the given arguments.
On execution error: fails with VimL error, does not update
@@ -1878,7 +1879,8 @@ nvim_buf_get_var({buffer}, {name}) *nvim_buf_get_var()*
Return: ~
Variable value
-nvim_buf_get_virtual_text({buffer}, {lnum}) *nvim_buf_get_virtual_text()*
+ *nvim_buf_get_virtual_text()*
+nvim_buf_get_virtual_text({buffer}, {lnum})
Get the virtual text (annotation) for a buffer line.
The virtual text is returned as list of lists, whereas the
@@ -2300,7 +2302,8 @@ nvim_tabpage_list_wins({tabpage}) *nvim_tabpage_list_wins()*
Return: ~
List of windows in `tabpage`
-nvim_tabpage_set_var({tabpage}, {name}, {value}) *nvim_tabpage_set_var()*
+ *nvim_tabpage_set_var()*
+nvim_tabpage_set_var({tabpage}, {name}, {value})
Sets a tab-scoped (t:) variable
Parameters: ~