mirror of
https://github.com/neovim/neovim.git
synced 2025-09-18 01:08:20 +00:00
chore: fix typos (#16506)
Co-authored-by: Gregory Anders <8965202+gpanders@users.noreply.github.com> Co-authored-by: Evgeni Chasnovski <evgeni.chasnovski@gmail.com> Co-authored-by: zeertzjq <zeertzjq@outlook.com> Co-authored-by: Christoph Hasse <hassec@users.noreply.github.com> Co-authored-by: Alef Pereira <ealefpereira@gmail.com> Co-authored-by: AusCyber <willp@outlook.com.au> Co-authored-by: kylo252 <59826753+kylo252@users.noreply.github.com>
This commit is contained in:
@@ -39,7 +39,7 @@ Buffer nvim_win_get_buf(Window window, Error *err)
|
||||
return win->w_buffer->handle;
|
||||
}
|
||||
|
||||
/// Sets the current buffer in a window, without side-effects
|
||||
/// Sets the current buffer in a window, without side effects
|
||||
///
|
||||
/// @param window Window handle, or 0 for current window
|
||||
/// @param buffer Buffer handle
|
||||
|
Reference in New Issue
Block a user