]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.2081: the spell.c file is too big v8.1.2081
authorBram Moolenaar <Bram@vim.org>
Fri, 27 Sep 2019 10:41:56 +0000 (12:41 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 27 Sep 2019 10:41:56 +0000 (12:41 +0200)
commit46a426c9acfdd3d6c0fa134a17681634b9325bee
tree04524eaade951e753e388a890c287a4373683fb0
parentd2842ea60bd608b7f9ec93c77d3f36a8e3bf5fe9
patch 8.1.2081: the spell.c file is too big

Problem:    The spell.c file is too big.
Solution:   Move the code for spell suggestions to a separate file. (Yegappan
            Lakshmanan, closes #4988)
14 files changed:
Filelist
src/Make_cyg_ming.mak
src/Make_morph.mak
src/Make_mvc.mak
src/Make_vms.mms
src/Makefile
src/README.md
src/proto.h
src/proto/spell.pro
src/proto/spellsuggest.pro [new file with mode: 0644]
src/spell.c
src/spell.h
src/spellsuggest.c [new file with mode: 0644]
src/version.c