aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/news.txt
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/doc/news.txt')
-rw-r--r--runtime/doc/news.txt13
1 files changed, 7 insertions, 6 deletions
diff --git a/runtime/doc/news.txt b/runtime/doc/news.txt
index e42be43461..8fe01c4dfb 100644
--- a/runtime/doc/news.txt
+++ b/runtime/doc/news.txt
@@ -61,12 +61,6 @@ The following new APIs or features were added.
• Added |vim.keycode()| for translating keycodes in a string.
-• Added automatic linting of treesitter query files (see |ft-query-plugin|).
- Automatic linting can be turned off via >lua
- vim.g.query_lint_on = {}
-<
-• Enabled treesitter highlighting for treesitter query files by default.
-
• Added |vim.treesitter.query.omnifunc()| for treesitter query files (set by
default).
@@ -96,6 +90,13 @@ The following changes to existing APIs or features add new behavior.
• vim.diagnostic.config() now accepts a function for the virtual_text.prefix
option, which allows for rendering e.g., diagnostic severities differently.
+• Defaults:
+ • 'shortmess' includes the "C" flag.
+ • Automatic linting of treesitter query files (see |ft-query-plugin|).
+ Can be disabled via: >lua
+ vim.g.query_lint_on = {}
+< • Enabled treesitter highlighting for treesitter query files.
+
• The `workspace/didChangeWatchedFiles` LSP client capability is now enabled
by default.