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
This commit is contained in:
zeertzjq
2022-08-14 18:30:37 +08:00
committed by GitHub
parent c96020b2bf
commit c77cce615b
7 changed files with 3830 additions and 3786 deletions

View File

@@ -68,6 +68,7 @@
#include "nvim/sha256.h"
#include "nvim/sign.h"
#include "nvim/spell.h"
#include "nvim/spellsuggest.h"
#include "nvim/state.h"
#include "nvim/syntax.h"
#include "nvim/tag.h"