Neovim Home
src
nvim
eval
executor.h
Go to the documentation of this file.
1
#ifndef NVIM_EVAL_EXECUTOR_H
2
#define NVIM_EVAL_EXECUTOR_H
3
4
#include "
nvim/eval/typval.h
"
5
6
extern
char
*
e_listidx
;
7
8
#ifdef INCLUDE_GENERATED_DECLARATIONS
9
# include "eval/executor.h.generated.h"
10
#endif
11
#endif // NVIM_EVAL_EXECUTOR_H
e_listidx
char * e_listidx
Definition:
executor.c:17
typval.h