refactor: split executor.c into two files

This commit is contained in:
Dundar Göc
2021-10-23 11:46:59 +02:00
parent 09e96fe609
commit 13d331ef0d
3 changed files with 512 additions and 440 deletions

10
src/nvim/lua/stdlib.h Normal file
View File

@@ -0,0 +1,10 @@
#ifndef NVIM_LUA_STDLIB_H
#define NVIM_LUA_STDLIB_H
#include <lua.h>
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "lua/stdlib.h.generated.h"
#endif
#endif // NVIM_LUA_STDLIB_H