blob: fdcec0ae05aff65c7428cf73840439c6fef49ed1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
#ifndef NVIM_MATCH_H
#define NVIM_MATCH_H
#include "nvim/buffer_defs.h"
#include "nvim/eval/funcs.h"
#include "nvim/ex_cmds_defs.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "match.h.generated.h"
#endif
#endif // NVIM_MATCH_H
|