diff options
Diffstat (limited to 'runtime/doc/news.txt')
-rw-r--r-- | runtime/doc/news.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/news.txt b/runtime/doc/news.txt index 153441b0a5..0a9b926b7f 100644 --- a/runtime/doc/news.txt +++ b/runtime/doc/news.txt @@ -98,7 +98,7 @@ The following new APIs and features were added. • |nvim_set_keymap()| and |nvim_del_keymap()| now support abbreviations. -• Implemented LSP inlay hints: |vim.lsp.buf.inlay_hint()| +• Implemented LSP inlay hints: |vim.lsp.inlay_hint()| https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_inlayHint ============================================================================== |