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