feat(lua-types): types for vim.api.* (#24523)

This commit is contained in:
Lewis Russell
2023-08-01 14:20:44 +01:00
committed by GitHub
parent e55e80d51c
commit 48d533272e
13 changed files with 2712 additions and 17 deletions

View File

@ -131,7 +131,7 @@ functionaltest-lua: | nvim
FORMAT=formatc formatlua format
LINT=lintlua lintsh lintc clang-tidy lintcommit lint
TEST=functionaltest unittest
generated-sources benchmark $(FORMAT) $(LINT) $(TEST): | build/.ran-cmake
generated-sources benchmark $(FORMAT) $(LINT) $(TEST) api-metadata: | build/.ran-cmake
$(CMAKE_PRG) --build build --target $@
test: $(TEST)