mirror of
https://github.com/neovim/neovim.git
synced 2025-09-18 17:28:23 +00:00
docs(api): rename "handle" => "id"
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
///
|
||||
/// @param window |window-ID|, or 0 for current window
|
||||
/// @param[out] err Error details, if any
|
||||
/// @return Buffer handle
|
||||
/// @return Buffer id
|
||||
Buffer nvim_win_get_buf(Window window, Error *err)
|
||||
FUNC_API_SINCE(1)
|
||||
{
|
||||
@@ -50,7 +50,7 @@ Buffer nvim_win_get_buf(Window window, Error *err)
|
||||
/// Sets the current buffer in a window, without side effects
|
||||
///
|
||||
/// @param window |window-ID|, or 0 for current window
|
||||
/// @param buffer Buffer handle
|
||||
/// @param buffer Buffer id
|
||||
/// @param[out] err Error details, if any
|
||||
void nvim_win_set_buf(Window window, Buffer buffer, Error *err)
|
||||
FUNC_API_SINCE(5)
|
||||
|
Reference in New Issue
Block a user