blob: 73efc4938ae39db2794b7c22f8782d25f84abcd4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
#ifndef NVIM_EVAL_VARS_H
#define NVIM_EVAL_VARS_H
#include "nvim/ex_cmds_defs.h" // For exarg_T
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "eval/vars.h.generated.h"
#endif
#endif // NVIM_EVAL_VARS_H
|