From 6c0812d92e0c7937b913175b8856064cb45f55c2 Mon Sep 17 00:00:00 2001 From: bfredl Date: Tue, 1 Aug 2023 23:35:34 +0200 Subject: feat(lua): specific error messages for type checking `opts` params --- runtime/doc/news.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'runtime') 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* -- cgit