diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-09-27 12:41:56 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-09-27 12:41:56 +0200 |
commit | 46a426c9acfdd3d6c0fa134a17681634b9325bee (patch) | |
tree | 04524eaade951e753e388a890c287a4373683fb0 /Filelist | |
parent | d2842ea60bd608b7f9ec93c77d3f36a8e3bf5fe9 (diff) | |
download | vim-git-46a426c9acfdd3d6c0fa134a17681634b9325bee.tar.gz |
patch 8.1.2081: the spell.c file is too bigv8.1.2081
Problem: The spell.c file is too big.
Solution: Move the code for spell suggestions to a separate file. (Yegappan
Lakshmanan, closes #4988)
Diffstat (limited to 'Filelist')
-rw-r--r-- | Filelist | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -111,6 +111,7 @@ SRC_ALL = \ src/spell.c \ src/spell.h \ src/spellfile.c \ + src/spellsuggest.c \ src/structs.h \ src/syntax.c \ src/tag.c \ @@ -255,6 +256,7 @@ SRC_ALL = \ src/proto/sound.pro \ src/proto/spell.pro \ src/proto/spellfile.pro \ + src/proto/spellsuggest.pro \ src/proto/syntax.pro \ src/proto/tag.pro \ src/proto/term.pro \ |