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.txt9
1 files changed, 7 insertions, 2 deletions
diff --git a/runtime/doc/news.txt b/runtime/doc/news.txt
index dbf5b131eb..87dfefcce8 100644
--- a/runtime/doc/news.txt
+++ b/runtime/doc/news.txt
@@ -33,8 +33,8 @@ The following changes may require adaptations in user config or plugins.
• When switching windows, |CursorMoved| autocommands trigger when Nvim is back
in the main loop rather than immediately. This is more compatible with Vim.
-• |LspRequest| autocmd was promoted from a |User| autocmd to a first class
- citizen.
+• |LspRequest| and LspProgressUpdate (renamed to |LspProgress|) autocmds were
+ promoted from a |User| autocmd to first class citizen.
• Renamed `vim.treesitter.playground` to `vim.treesitter.dev`.
@@ -43,6 +43,8 @@ ADDED FEATURES *news-added*
The following new APIs or features were added.
+• Added |vim.lsp.status()| to consume the last progress messages as a string.
+
• Neovim's LSP client now always saves and restores named buffer marks when
applying text edits.
@@ -142,6 +144,9 @@ release.
- |nvim_win_get_option()| Use |nvim_get_option_value()| instead.
- |nvim_win_set_option()| Use |nvim_set_option_value()| instead.
+• vim.lsp functions:
+ - |vim.lsp.util.get_progress_messages()| Use |vim.lsp.status()| instead.
+
• `vim.loop` has been renamed to `vim.uv`.
vim:tw=78:ts=8:sw=2:et:ft=help:norl: