blob: 19e2a7591497d198f871378a94f8599dcfb33418 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
#ifndef NVIM_EVAL_EXECUTOR_H
#define NVIM_EVAL_EXECUTOR_H
extern char *e_listidx;
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "eval/executor.h.generated.h"
#endif
#endif // NVIM_EVAL_EXECUTOR_H
|