mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 17:36:29 +00:00
doc : fixing missing @return in nvim_open_term doc
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user