mirror of
https://github.com/neovim/neovim.git
synced 2025-09-24 20:18:32 +00:00
test: spellcheck :help (vimdoc) files #24109
Enforce consistent terminology (defined in `gen_help_html.lua:spell_dict`) for common misspellings. This does not spellcheck English in general (perhaps a future TODO, though it may be noisy).
This commit is contained in:
@@ -1048,7 +1048,7 @@ void nvim_buf_clear_namespace(Buffer buffer, Integer ns_id, Integer line_start,
|
||||
|
||||
/// Set or change decoration provider for a |namespace|
|
||||
///
|
||||
/// This is a very general purpose interface for having lua callbacks
|
||||
/// This is a very general purpose interface for having Lua callbacks
|
||||
/// being triggered during the redraw code.
|
||||
///
|
||||
/// The expected usage is to set |extmarks| for the currently
|
||||
|
Reference in New Issue
Block a user