aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/api.txt
diff options
context:
space:
mode:
authorThomas Vigouroux <tomvig38@gmail.com>2021-04-24 14:03:35 +0200
committerGitHub <noreply@github.com>2021-04-24 14:03:35 +0200
commitbb7d3790bf08b5519623d261d8235bad77b5c0dd (patch)
tree6193485d54acb8eb4277b256cb111a7980cf484e /runtime/doc/api.txt
parent11728988dcc15984e6b4869b6409b13279dd8c47 (diff)
parent684b4ae736c9ff1fd4bcaa346931a7a48fe2e819 (diff)
downloadrneovim-bb7d3790bf08b5519623d261d8235bad77b5c0dd.tar.gz
rneovim-bb7d3790bf08b5519623d261d8235bad77b5c0dd.tar.bz2
rneovim-bb7d3790bf08b5519623d261d8235bad77b5c0dd.zip
Merge pull request #14435 from michaelb/doc_missing_nvim_open_term
doc : fixing missing @return in nvim_open_term doc
Diffstat (limited to 'runtime/doc/api.txt')
-rw-r--r--runtime/doc/api.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/runtime/doc/api.txt b/runtime/doc/api.txt
index 0c17fa1669..0d85d6b539 100644
--- a/runtime/doc/api.txt
+++ b/runtime/doc/api.txt
@@ -1212,6 +1212,9 @@ nvim_open_term({buffer}, {opts}) *nvim_open_term()*
{buffer} the buffer to use (expected to be empty)
{opts} Optional parameters. Reserved for future use.
+ Return: ~
+ Channel id, or 0 on error
+
nvim_open_win({buffer}, {enter}, {config}) *nvim_open_win()*
Open a new window.
@@ -2280,6 +2283,10 @@ nvim_buf_set_extmark({buffer}, {ns_id}, {line}, {col}, {opts})
color
• "blend": blend with background text color.
+ • hl_eol : when true, for a multiline highlight
+ covering the EOL of a line, continue the
+ highlight for the rest of the screen line
+ (just like for diff and cursorline highlight).
• ephemeral : for use with
|nvim_set_decoration_provider| callbacks. The
mark will only be used for the current redraw