diff options
Diffstat (limited to 'runtime/doc/news.txt')
-rw-r--r-- | runtime/doc/news.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/runtime/doc/news.txt b/runtime/doc/news.txt index b6839ec692..72eb182fa5 100644 --- a/runtime/doc/news.txt +++ b/runtime/doc/news.txt @@ -31,6 +31,9 @@ The following changes may require adaptations in user config or plugins. set keymodel=startsel,stopsel < +• |LspRequest| autocmd was promoted from a |User| autocmd to a first class + citizen. + ============================================================================== ADDED FEATURES *news-added* @@ -80,6 +83,9 @@ The following changes to existing APIs or features add new behavior. • The `workspace/didChangeWatchedFiles` LSP client capability is now enabled by default. +• |LspRequest| autocmd callbacks now contain additional information about the LSP + request status update that occurred. + ============================================================================== REMOVED FEATURES *news-removed* |