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.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/doc/news.txt b/runtime/doc/news.txt
index ac0a57e4d3..51ff0b4468 100644
--- a/runtime/doc/news.txt
+++ b/runtime/doc/news.txt
@@ -99,6 +99,9 @@ The following new APIs and features were added.
• |vim.system()| for running system commands.
+• Added |nvim_win_text_height()| to get the number of screen lines occupied by
+ a range of text in a given window.
+
• |nvim_set_keymap()| and |nvim_del_keymap()| now support abbreviations.
• Implemented LSP inlay hints: |vim.lsp.inlay_hint()|