mirror of
https://github.com/neovim/neovim.git
synced 2025-10-15 06:16:08 +00:00
chore: use codespell to spell check #15016
This commit is contained in:
@@ -30,7 +30,7 @@ void decor_init(void)
|
||||
/// @param src_id src_id to use or 0 to use a new src_id group,
|
||||
/// or -1 for ungrouped highlight.
|
||||
/// @param hl_id Highlight group id
|
||||
/// @param pos_start Cursor position to start the hightlighting at
|
||||
/// @param pos_start Cursor position to start the highlighting at
|
||||
/// @param pos_end Cursor position to end the highlighting at
|
||||
/// @param offset Move the whole highlighting this many columns to the right
|
||||
void bufhl_add_hl_pos_offset(buf_T *buf,
|
||||
|
Reference in New Issue
Block a user