mirror of
https://github.com/neovim/neovim.git
synced 2026-03-14 21:00:49 +10:00
13 lines
268 B
C
13 lines
268 B
C
#pragma once
|
|
|
|
#include <stdbool.h>
|
|
|
|
#include "nvim/ex_cmds_defs.h" // IWYU pragma: keep
|
|
#include "nvim/globals.h"
|
|
#include "nvim/spell_defs.h" // IWYU pragma: export
|
|
#include "nvim/vim.h"
|
|
|
|
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
|
# include "spell.h.generated.h"
|
|
#endif
|