diff options
Diffstat (limited to 'runtime/doc/news.txt')
-rw-r--r-- | runtime/doc/news.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/doc/news.txt b/runtime/doc/news.txt index 7607d218c3..972f37f0e9 100644 --- a/runtime/doc/news.txt +++ b/runtime/doc/news.txt @@ -162,6 +162,9 @@ The following new APIs and features were added. • The |:terminal| command now accepts some |:command-modifiers| (specifically |:horizontal| and those that affect splitting a window). +• |vim.lsp.util.locations_to_items()| sets the `user_data` of each item to the + original LSP `Location` or `LocationLink`. + ============================================================================== CHANGED FEATURES *news-changed* |