diff options
author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2023-01-04 00:38:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-04 07:38:48 +0800 |
commit | 936e191fef9865600af211c29ea4959ffbce81dd (patch) | |
tree | de6d07e200431bf5638c581b1a5bd856e0675682 /src/nvim/api/vim.c | |
parent | 5529b07316b75913188c44698aed6c0f866c5da9 (diff) | |
download | rneovim-936e191fef9865600af211c29ea4959ffbce81dd.tar.gz rneovim-936e191fef9865600af211c29ea4959ffbce81dd.tar.bz2 rneovim-936e191fef9865600af211c29ea4959ffbce81dd.zip |
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>
Diffstat (limited to 'src/nvim/api/vim.c')
-rw-r--r-- | src/nvim/api/vim.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/api/vim.c b/src/nvim/api/vim.c index 83c9d54725..1e8964d912 100644 --- a/src/nvim/api/vim.c +++ b/src/nvim/api/vim.c @@ -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) { |