From 48d533272e57e91e4d14c93b26d4922957f40cd7 Mon Sep 17 00:00:00 2001 From: Lewis Russell Date: Tue, 1 Aug 2023 14:20:44 +0100 Subject: feat(lua-types): types for vim.api.* (#24523) --- runtime/doc/news.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'runtime/doc') diff --git a/runtime/doc/news.txt b/runtime/doc/news.txt index e40fdda3f8..3cc59af63f 100644 --- a/runtime/doc/news.txt +++ b/runtime/doc/news.txt @@ -132,6 +132,11 @@ The following new APIs and features were added. • |vim.wo| can now be double indexed for |:setlocal| behaviour. Currently only `0` for the buffer index is currently supported. +• Lua type annotations for: + • `vim.*` + • `vim.fn.*` + • `vim.api.*` + ============================================================================== CHANGED FEATURES *news-changed* -- cgit