blob: 5c82d32c8a5dd0348e0a38e3ccc8ac021e4ef6cd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
#ifndef NVIM_EVAL_USER_FUNCS_H
#define NVIM_EVAL_USER_FUNCS_H
#include "nvim/eval/typeval.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "eval/user_funcs.h.generated.h"
#endif
#endif // NVIM_EVAL_USER_FUNCS_H
|