aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/spell.h
blob: 5e7eaba3ae6b6799c2f608aeb6b8af2e02cf042a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#pragma once

#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