aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/api.txt
diff options
context:
space:
mode:
authordundargoc <33953936+dundargoc@users.noreply.github.com>2024-11-09 01:10:56 +0100
committerGitHub <noreply@github.com>2024-11-09 08:10:56 +0800
commit5a27d02584656f35d757c01f10a1d3c88910c519 (patch)
treee7c588b6c5c732d9462180f56d25c5df1be894be /runtime/doc/api.txt
parentad3472e291694b6c589d8a664459b03962eaac95 (diff)
downloadrneovim-5a27d02584656f35d757c01f10a1d3c88910c519.tar.gz
rneovim-5a27d02584656f35d757c01f10a1d3c88910c519.tar.bz2
rneovim-5a27d02584656f35d757c01f10a1d3c88910c519.zip
docs: misc (#30914)
Co-authored-by: Ernie Rael <errael@raelity.com> Co-authored-by: Famiu Haque <famiuhaque@proton.me> Co-authored-by: Jade <spacey-sooty@proton.me> Co-authored-by: glepnir <glephunter@gmail.com> Co-authored-by: zeertzjq <zeertzjq@outlook.com>
Diffstat (limited to 'runtime/doc/api.txt')
-rw-r--r--runtime/doc/api.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/api.txt b/runtime/doc/api.txt
index c77f38a693..c9b84f5238 100644
--- a/runtime/doc/api.txt
+++ b/runtime/doc/api.txt
@@ -662,8 +662,8 @@ nvim_echo({chunks}, {history}, {opts}) *nvim_echo()*
be omitted for no highlight.
• {history} if true, add to |message-history|.
• {opts} Optional parameters.
- • verbose: Message was printed as a result of 'verbose'
- option if Nvim was invoked with -V3log_file, the message
+ • verbose: Message is printed as a result of 'verbose'
+ option. If Nvim was invoked with -V3log_file, the message
will be redirected to the log_file and suppressed from
direct output.