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 /Makefile | |
| 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 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |