aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/spell.h
blob: 3a03cb2ef6562781f63c321e97c7ce63389f6a19 (plain) (blame)
1
2
3
4
5
6
7
8
9
#ifndef NVIM_SPELL_H
#define NVIM_SPELL_H

#include <stdbool.h>

#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "spell.h.generated.h"
#endif
#endif  // NVIM_SPELL_H