mirror of
https://github.com/neovim/neovim.git
synced 2025-09-14 15:28:17 +00:00
docs: fix typos (#20150)
Co-authored-by: Miguel Carneiro <mcarneiromorenas@gmail.com> Co-authored-by: Gregory Anders <greg@gpanders.com> Co-authored-by: Raphael <glephunter@gmail.com> Co-authored-by: C.D. MacEachern <craig.daniel.maceachern@gmail.com> Co-authored-by: zeertzjq <zeertzjq@outlook.com>
This commit is contained in:
@@ -453,7 +453,7 @@ void nvim_ui_try_resize_grid(uint64_t channel_id, Integer grid, Integer width, I
|
||||
}
|
||||
}
|
||||
|
||||
/// Tells Nvim the number of elements displaying in the popumenu, to decide
|
||||
/// Tells Nvim the number of elements displaying in the popupmenu, to decide
|
||||
/// <PageUp> and <PageDown> movement.
|
||||
///
|
||||
/// @param channel_id
|
||||
@@ -483,7 +483,7 @@ void nvim_ui_pum_set_height(uint64_t channel_id, Integer height, Error *err)
|
||||
ui->pum_nlines = (int)height;
|
||||
}
|
||||
|
||||
/// Tells Nvim the geometry of the popumenu, to align floating windows with an
|
||||
/// Tells Nvim the geometry of the popupmenu, to align floating windows with an
|
||||
/// external popup menu.
|
||||
///
|
||||
/// Note that this method is not to be confused with |nvim_ui_pum_set_height()|,
|
||||
|
Reference in New Issue
Block a user