mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 06:58:35 +00:00
lua: Move files from src/nvim/viml/executor to src/nvim/lua
This commit is contained in:
15
src/nvim/lua/converter.h
Normal file
15
src/nvim/lua/converter.h
Normal 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
|
Reference in New Issue
Block a user