aboutsummaryrefslogtreecommitdiff
path: root/src
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 /src
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 'src')
-rw-r--r--src/nvim/api/vim.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/api/vim.c b/src/nvim/api/vim.c
index 75592ae3a7..c363c77afb 100644
--- a/src/nvim/api/vim.c
+++ b/src/nvim/api/vim.c
@@ -1267,6 +1267,7 @@ fail:
/// @param buffer the buffer to use (expected to be empty)
/// @param opts Optional parameters. Reserved for future use.
/// @param[out] err Error details, if any
+/// @return Channel id, or 0 on error
Integer nvim_open_term(Buffer buffer, Dictionary opts, Error *err)
FUNC_API_SINCE(7)
{