aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-11-28 10:47:37 -0700
committerGitHub <noreply@github.com>2021-11-28 10:47:37 -0700
commit6e70b7b31d224d94abbd6bc66a0b64d7db88f326 (patch)
tree75ea4b151f38aa916ba11578b5aa4bbb5ac9a724
parent217f9f8d1e6512dbb00cce48d48bb1f91d1ce56c (diff)
downloadrneovim-6e70b7b31d224d94abbd6bc66a0b64d7db88f326.tar.gz
rneovim-6e70b7b31d224d94abbd6bc66a0b64d7db88f326.tar.bz2
rneovim-6e70b7b31d224d94abbd6bc66a0b64d7db88f326.zip
docs: regenerate (#16461)
-rw-r--r--runtime/doc/diagnostic.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/diagnostic.txt b/runtime/doc/diagnostic.txt
index 4ed6a3baa3..9a65737dae 100644
--- a/runtime/doc/diagnostic.txt
+++ b/runtime/doc/diagnostic.txt
@@ -585,7 +585,7 @@ open_float({bufnr}, {opts}) *vim.diagnostic.open_float()*
addition to the following:
• namespace: (number) Limit diagnostics to the
given namespace
- • scope: (string, default "buffer") Show
+ • scope: (string, default "line") Show
diagnostics from the whole buffer ("buffer"),
the current cursor line ("line"), or the
current cursor position ("cursor").