mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 11:58:17 +00:00
docs: fix typos (#21427)
Co-authored-by: Gustavo Sampaio <gbritosampaio@gmail.com> Co-authored-by: C.D. MacEachern <craig.daniel.maceachern@gmail.com> Co-authored-by: Sean Dewar <seandewar@users.noreply.github.com> Co-authored-by: Tomas Nemec <nemi@skaut.cz>
This commit is contained in:
@@ -729,7 +729,7 @@ void nvim_set_vvar(String name, Object value, Error *err)
|
||||
/// @param opts Optional parameters.
|
||||
/// - verbose: Message was printed as a result of 'verbose' option
|
||||
/// if Nvim was invoked with -V3log_file, the message will be
|
||||
/// redirected to the log_file and surpressed from direct output.
|
||||
/// redirected to the log_file and suppressed from direct output.
|
||||
void nvim_echo(Array chunks, Boolean history, Dict(echo_opts) *opts, Error *err)
|
||||
FUNC_API_SINCE(7)
|
||||
{
|
||||
|
Reference in New Issue
Block a user