mirror of
https://github.com/neovim/neovim.git
synced 2025-09-18 17:28:23 +00:00
8 lines
144 B
C
8 lines
144 B
C
#ifndef NVIM_SPELL_H
|
|
#define NVIM_SPELL_H
|
|
|
|
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
|
# include "spell.h.generated.h"
|
|
#endif
|
|
#endif // NVIM_SPELL_H
|