summaryrefslogtreecommitdiff
path: root/Filelist
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-09-27 12:41:56 +0200
committerBram Moolenaar <Bram@vim.org>2019-09-27 12:41:56 +0200
commit46a426c9acfdd3d6c0fa134a17681634b9325bee (patch)
tree04524eaade951e753e388a890c287a4373683fb0 /Filelist
parentd2842ea60bd608b7f9ec93c77d3f36a8e3bf5fe9 (diff)
downloadvim-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--Filelist2
1 files changed, 2 insertions, 0 deletions
diff --git a/Filelist b/Filelist
index ff9d43954..fa7934427 100644
--- a/Filelist
+++ b/Filelist
@@ -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 \