diff options
Diffstat (limited to 'runtime/doc/news-0.9.txt')
-rw-r--r-- | runtime/doc/news-0.9.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/news-0.9.txt b/runtime/doc/news-0.9.txt index 33733822ea..789bc9e0bc 100644 --- a/runtime/doc/news-0.9.txt +++ b/runtime/doc/news-0.9.txt @@ -160,7 +160,7 @@ The following new APIs or features were added. `workspace.didChangeWatchedFiles.dynamicRegistration=true` capability. • |vim.diagnostic| now supports LSP DiagnosticsTag. - See: https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#diagnosticTag + See: https://microsoft.github.io/language-server-protocol/specification/#diagnosticTag • |vim.diagnostic.is_disabled()| checks if diagnostics are disabled in a given buffer or namespace. |