Files
neovim/src/nvim/spellsuggest.h
zeertzjq c77cce615b vim-patch:8.1.2081: the spell.c file is too big (#19767)
Problem:    The spell.c file is too big.
Solution:   Move the code for spell suggestions to a separate file. (Yegappan
            Lakshmanan, closes vim/vim#4988)
46a426c9ac
2022-08-14 18:30:37 +08:00

10 lines
198 B
C

#ifndef NVIM_SPELLSUGGEST_H
#define NVIM_SPELLSUGGEST_H
#include "nvim/garray.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "spellsuggest.h.generated.h"
#endif
#endif // NVIM_SPELLSUGGEST_H