blob: 039fc3370d66bd5e8ca561dc70d756beee55f8bd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
#ifndef NVIM_DIGRAPH_H
#define NVIM_DIGRAPH_H
#include "nvim/eval/funcs.h"
#include "nvim/ex_cmds_defs.h"
#include "nvim/types.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "digraph.h.generated.h"
#endif
#endif // NVIM_DIGRAPH_H
|