mirror of
https://github.com/neovim/neovim.git
synced 2025-09-14 07:18:17 +00:00
docs: fix typos (#19588)
Co-authored-by: zeertzjq <zeertzjq@outlook.com> Co-authored-by: notomo <notomo.motono@gmail.com>
This commit is contained in:
@@ -43,7 +43,7 @@ cursorentry_T shape_table[SHAPE_IDX_COUNT] =
|
||||
};
|
||||
|
||||
/// Converts cursor_shapes into an Array of Dictionaries
|
||||
/// @param arena initialized arena where memory will be alocated
|
||||
/// @param arena initialized arena where memory will be allocated
|
||||
///
|
||||
/// @return Array of the form {[ "cursor_shape": ... ], ...}
|
||||
Array mode_style_array(Arena *arena)
|
||||
|
Reference in New Issue
Block a user