mirror of
https://github.com/neovim/neovim.git
synced 2026-03-03 14:52:35 +10:00
12 lines
256 B
C
12 lines
256 B
C
#ifndef NVIM_EVAL_EXECUTOR_H
|
|
#define NVIM_EVAL_EXECUTOR_H
|
|
|
|
#include "nvim/eval/typval_defs.h"
|
|
|
|
extern char *e_list_index_out_of_range_nr;
|
|
|
|
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
|
# include "eval/executor.h.generated.h"
|
|
#endif
|
|
#endif // NVIM_EVAL_EXECUTOR_H
|