comparison Filelist @ 18172:6e53d83e021d v8.1.2081

patch 8.1.2081: the spell.c file is too big Commit: https://github.com/vim/vim/commit/46a426c9acfdd3d6c0fa134a17681634b9325bee Author: Bram Moolenaar <Bram@vim.org> Date: Fri Sep 27 12:41:56 2019 +0200 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)
author Bram Moolenaar <Bram@vim.org>
date Fri, 27 Sep 2019 12:45:08 +0200
parents f57481564f2c
children 1ec6539cef68
comparison
equal deleted inserted replaced
18171:b6145168fb4b 18172:6e53d83e021d
109 src/sign.c \ 109 src/sign.c \
110 src/sound.c \ 110 src/sound.c \
111 src/spell.c \ 111 src/spell.c \
112 src/spell.h \ 112 src/spell.h \
113 src/spellfile.c \ 113 src/spellfile.c \
114 src/spellsuggest.c \
114 src/structs.h \ 115 src/structs.h \
115 src/syntax.c \ 116 src/syntax.c \
116 src/tag.c \ 117 src/tag.c \
117 src/term.c \ 118 src/term.c \
118 src/terminal.c \ 119 src/terminal.c \
253 src/proto/sha256.pro \ 254 src/proto/sha256.pro \
254 src/proto/sign.pro \ 255 src/proto/sign.pro \
255 src/proto/sound.pro \ 256 src/proto/sound.pro \
256 src/proto/spell.pro \ 257 src/proto/spell.pro \
257 src/proto/spellfile.pro \ 258 src/proto/spellfile.pro \
259 src/proto/spellsuggest.pro \
258 src/proto/syntax.pro \ 260 src/proto/syntax.pro \
259 src/proto/tag.pro \ 261 src/proto/tag.pro \
260 src/proto/term.pro \ 262 src/proto/term.pro \
261 src/proto/terminal.pro \ 263 src/proto/terminal.pro \
262 src/proto/termlib.pro \ 264 src/proto/termlib.pro \