comparison Filelist @ 9583:b0c7061d6439 v7.4.2069

commit https://github.com/vim/vim/commit/9ccfebddc3ff2a3c2853cf706fd4c26f639bf381 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jul 19 16:39:08 2016 +0200 patch 7.4.2069 Problem: spell.c is too big. Solution: Split it in spell file handling and spell checking.
author Christian Brabandt <cb@256bit.org>
date Tue, 19 Jul 2016 16:45:06 +0200
parents 5eaa708ab50d
children 284b4eb307fc
comparison
equal deleted inserted replaced
9582:96737caf272d 9583:b0c7061d6439
76 src/screen.c \ 76 src/screen.c \
77 src/search.c \ 77 src/search.c \
78 src/sha256.c \ 78 src/sha256.c \
79 src/structs.h \ 79 src/structs.h \
80 src/spell.c \ 80 src/spell.c \
81 src/spell.h \
82 src/spellfile.c \
81 src/syntax.c \ 83 src/syntax.c \
82 src/tag.c \ 84 src/tag.c \
83 src/term.c \ 85 src/term.c \
84 src/term.h \ 86 src/term.h \
85 src/termlib.c \ 87 src/termlib.c \
170 src/proto/regexp.pro \ 172 src/proto/regexp.pro \
171 src/proto/screen.pro \ 173 src/proto/screen.pro \
172 src/proto/search.pro \ 174 src/proto/search.pro \
173 src/proto/sha256.pro \ 175 src/proto/sha256.pro \
174 src/proto/spell.pro \ 176 src/proto/spell.pro \
177 src/proto/spellfile.pro \
175 src/proto/syntax.pro \ 178 src/proto/syntax.pro \
176 src/proto/tag.pro \ 179 src/proto/tag.pro \
177 src/proto/term.pro \ 180 src/proto/term.pro \
178 src/proto/termlib.pro \ 181 src/proto/termlib.pro \
179 src/proto/ui.pro \ 182 src/proto/ui.pro \