Neovim Home
src
nvim
spellfile.h
Go to the documentation of this file.
1
#ifndef NVIM_SPELLFILE_H
2
#define NVIM_SPELLFILE_H
3
4
#include <stdbool.h>
5
6
#include "
nvim/ex_cmds_defs.h
"
7
#include "
nvim/spell_defs.h
"
8
#include "
nvim/types.h
"
9
10
#ifdef INCLUDE_GENERATED_DECLARATIONS
11
# include "spellfile.h.generated.h"
12
#endif
13
#endif // NVIM_SPELLFILE_H
types.h
ex_cmds_defs.h
spell_defs.h