lua: Move files from src/nvim/viml/executor to src/nvim/lua

This commit is contained in:
ZyX
2017-04-11 01:09:36 +03:00
parent 1751ec192d
commit f98a3d85ed
9 changed files with 15 additions and 16 deletions

15
src/nvim/lua/converter.h Normal file
View File

@@ -0,0 +1,15 @@
#ifndef NVIM_VIML_EXECUTOR_CONVERTER_H
#define NVIM_VIML_EXECUTOR_CONVERTER_H
#include <lua.h>
#include <stdbool.h>
#include <stdint.h>
#include "nvim/api/private/defs.h"
#include "nvim/func_attr.h"
#include "nvim/eval.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "lua/converter.h.generated.h"
#endif
#endif // NVIM_VIML_EXECUTOR_CONVERTER_H