mirror of
https://github.com/neovim/neovim.git
synced 2025-10-04 17:06:30 +00:00
12 lines
232 B
C
12 lines
232 B
C
#ifndef NVIM_EVAL_EXECUTOR_H
|
|
#define NVIM_EVAL_EXECUTOR_H
|
|
|
|
#include "nvim/eval/typval.h"
|
|
|
|
extern char *e_listidx;
|
|
|
|
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
|
# include "eval/executor.h.generated.h"
|
|
#endif
|
|
#endif // NVIM_EVAL_EXECUTOR_H
|