aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/diagnostic.txt
diff options
context:
space:
mode:
authorMayrom <32033791+nhruo123@users.noreply.github.com>2024-03-27 02:08:54 +0200
committerGitHub <noreply@github.com>2024-03-26 19:08:54 -0500
commitfc6d713dd8066f3132f7234a94ac059ae6d596a7 (patch)
tree25c60071862320fb8b0b0a600ee812ed0035cf11 /runtime/doc/diagnostic.txt
parent77458e613b67b9e7607ae781bcfbdc2ff6b1b2ef (diff)
downloadrneovim-fc6d713dd8066f3132f7234a94ac059ae6d596a7.tar.gz
rneovim-fc6d713dd8066f3132f7234a94ac059ae6d596a7.tar.bz2
rneovim-fc6d713dd8066f3132f7234a94ac059ae6d596a7.zip
feat(diagnostic): add support for many namespaces filtering in GetOpts (#28045)
Diffstat (limited to 'runtime/doc/diagnostic.txt')
-rw-r--r--runtime/doc/diagnostic.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/doc/diagnostic.txt b/runtime/doc/diagnostic.txt
index c9e783ca62..a9172119d0 100644
--- a/runtime/doc/diagnostic.txt
+++ b/runtime/doc/diagnostic.txt
@@ -371,7 +371,8 @@ Lua module: vim.diagnostic *diagnostic-api*
A table with the following keys:
Fields: ~
- • {namespace}? (`integer`) Limit diagnostics to the given namespace.
+ • {namespace}? (`integer[]|integer`) Limit diagnostics to one or more
+ namespaces.
• {lnum}? (`integer`) Limit diagnostics to the given line number.
• {severity}? (`vim.diagnostic.SeverityFilter`) See
|diagnostic-severity|.