blob: e950644a6d624593ed53d64bcba6663124a14785 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
#ifndef NVIM_SPELL_H
#define NVIM_SPELL_H
#include <stdbool.h>
#include "nvim/spell_defs.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "spell.h.generated.h"
#endif
#endif // NVIM_SPELL_H
|