diff options
author | Lewis Russell <lewis6991@gmail.com> | 2023-08-01 14:20:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-01 14:20:44 +0100 |
commit | 48d533272e57e91e4d14c93b26d4922957f40cd7 (patch) | |
tree | 9958147e5e1cbc0f880a9d240c4ee02e39614747 /runtime/doc | |
parent | e55e80d51ca5d85770981bffb9254badc3662e0c (diff) | |
download | rneovim-48d533272e57e91e4d14c93b26d4922957f40cd7.tar.gz rneovim-48d533272e57e91e4d14c93b26d4922957f40cd7.tar.bz2 rneovim-48d533272e57e91e4d14c93b26d4922957f40cd7.zip |
feat(lua-types): types for vim.api.* (#24523)
Diffstat (limited to 'runtime/doc')
-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 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* |