aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorbfredl <bjorn.linse@gmail.com>2023-08-01 23:35:34 +0200
committerbfredl <bjorn.linse@gmail.com>2023-08-07 13:18:11 +0200
commit6c0812d92e0c7937b913175b8856064cb45f55c2 (patch)
treefa221f8b4c76277ccc77fb5621fb0b81798bd225 /runtime
parent7bc93e0e2f246dd78026a3472d929a0fe450f70d (diff)
downloadrneovim-6c0812d92e0c7937b913175b8856064cb45f55c2.tar.gz
rneovim-6c0812d92e0c7937b913175b8856064cb45f55c2.tar.bz2
rneovim-6c0812d92e0c7937b913175b8856064cb45f55c2.zip
feat(lua): specific error messages for type checking `opts` params
Diffstat (limited to 'runtime')
-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*