blob: b87c9d62cb84c6053656028901ce3252d93c61e9 (
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"
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "eval/vars.h.generated.h"
#endif
#endif // NVIM_EVAL_VARS_H
|