blob: e11d0cef19d5bdb81ce56346040ebd64a306fa6e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
#ifndef NVIM_VIML_EXECUTOR_CONVERTER_H
#define NVIM_VIML_EXECUTOR_CONVERTER_H
#include <lua.h>
#include <stdbool.h>
#include "nvim/api/private/defs.h"
#include "nvim/func_attr.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "viml/executor/converter.h.generated.h"
#endif
#endif // NVIM_VIML_EXECUTOR_CONVERTER_H
|