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