doc : fixing missing @return in nvim_open_term doc

This commit is contained in:
Michael Bleuez
2021-04-24 12:47:52 +02:00
parent 11728988dc
commit 684b4ae736
3 changed files with 64 additions and 5 deletions

View File

@@ -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)
{