diff options
Diffstat (limited to 'src/nvim/spellfile.h')
-rw-r--r-- | src/nvim/spellfile.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/nvim/spellfile.h b/src/nvim/spellfile.h new file mode 100644 index 0000000000..633ee014a7 --- /dev/null +++ b/src/nvim/spellfile.h @@ -0,0 +1,13 @@ +#ifndef NVIM_SPELLFILE_H +#define NVIM_SPELLFILE_H + +#include <stdbool.h> + +#include "nvim/spell_defs.h" +#include "nvim/types.h" +#include "nvim/ex_cmds_defs.h" + +#ifdef INCLUDE_GENERATED_DECLARATIONS +# include "spellfile.h.generated.h" +#endif +#endif // NVIM_SPELLFILE_H |