mirror of
https://github.com/neovim/neovim.git
synced 2025-09-18 09:18:19 +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:
@@ -306,7 +306,7 @@ end:
|
||||
/// make their usage simpler with |vim.cmd()|. For example, instead of
|
||||
/// `vim.cmd.bdelete{ count = 2 }`, you may do `vim.cmd.bdelete(2)`.
|
||||
///
|
||||
/// On execution error: fails with VimL error, updates v:errmsg.
|
||||
/// On execution error: fails with Vimscript error, updates v:errmsg.
|
||||
///
|
||||
/// @see |nvim_exec2()|
|
||||
/// @see |nvim_command()|
|
||||
|
Reference in New Issue
Block a user