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