aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc
diff options
context:
space:
mode:
authorbfredl <bjorn.linse@gmail.com>2023-08-07 14:42:25 +0200
committerGitHub <noreply@github.com>2023-08-07 14:42:25 +0200
commit3a21c3afe61e5bb76f4b81c1a961b2558e2c8f0a (patch)
tree02d894cf470742f02a1d69e05078562abd7f4762 /runtime/doc
parentef44e597294e4d0d9128ef69b6aa7481a54e17cb (diff)
parent51c754b62e795c49cfcf9df3ab492bdd53c61482 (diff)
downloadrneovim-3a21c3afe61e5bb76f4b81c1a961b2558e2c8f0a.tar.gz
rneovim-3a21c3afe61e5bb76f4b81c1a961b2558e2c8f0a.tar.bz2
rneovim-3a21c3afe61e5bb76f4b81c1a961b2558e2c8f0a.zip
Merge pull request #24524 from bfredl/typed_keys
refactor(api): use typed keysets
Diffstat (limited to 'runtime/doc')
-rw-r--r--runtime/doc/news.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/news.txt b/runtime/doc/news.txt
index 2d56fc4fc4..d0da35fb90 100644
--- a/runtime/doc/news.txt
+++ b/runtime/doc/news.txt
@@ -134,6 +134,8 @@ The following new APIs and features were added.
• `vim.fn.*`
• `vim.api.*`
+• Improved messages for type errors in `vim.api.*` calls (including `opts` params)
+
==============================================================================
CHANGED FEATURES *news-changed*