diff options
Diffstat (limited to 'runtime/doc/news.txt')
-rw-r--r-- | runtime/doc/news.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/runtime/doc/news.txt b/runtime/doc/news.txt index 6b5e9b8d4a..c3fec85163 100644 --- a/runtime/doc/news.txt +++ b/runtime/doc/news.txt @@ -129,6 +129,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* |