mirror of
https://github.com/neovim/neovim.git
synced 2025-09-19 01:38:16 +00:00
14 lines
267 B
C
14 lines
267 B
C
#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
|