comparison src/Make_sas.mak @ 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 a6330a49e036
comparison
equal deleted inserted replaced
9582:96737caf272d 9583:b0c7061d6439
133 regexp.c \ 133 regexp.c \
134 screen.c \ 134 screen.c \
135 search.c \ 135 search.c \
136 sha256.c \ 136 sha256.c \
137 spell.c \ 137 spell.c \
138 spellfile.c \
138 syntax.c \ 139 syntax.c \
139 tag.c \ 140 tag.c \
140 term.c \ 141 term.c \
141 ui.c \ 142 ui.c \
142 undo.c \ 143 undo.c \
189 regexp.o \ 190 regexp.o \
190 screen.o \ 191 screen.o \
191 search.o \ 192 search.o \
192 sha256.o \ 193 sha256.o \
193 spell.o \ 194 spell.o \
195 spellfile.o \
194 syntax.o \ 196 syntax.o \
195 tag.o \ 197 tag.o \
196 term.o \ 198 term.o \
197 ui.o \ 199 ui.o \
198 undo.o \ 200 undo.o \
245 proto/regexp.pro \ 247 proto/regexp.pro \
246 proto/screen.pro \ 248 proto/screen.pro \
247 proto/search.pro \ 249 proto/search.pro \
248 proto/sha256.pro \ 250 proto/sha256.pro \
249 proto/spell.pro \ 251 proto/spell.pro \
252 proto/spellfile.pro \
250 proto/syntax.pro \ 253 proto/syntax.pro \
251 proto/tag.pro \ 254 proto/tag.pro \
252 proto/term.pro \ 255 proto/term.pro \
253 proto/termlib.pro \ 256 proto/termlib.pro \
254 proto/ui.pro \ 257 proto/ui.pro \
401 proto/search.pro: search.c 404 proto/search.pro: search.c
402 sha256.o: sha256.c 405 sha256.o: sha256.c
403 proto/sha256.pro: sha256.c 406 proto/sha256.pro: sha256.c
404 spell.o: spell.c 407 spell.o: spell.c
405 proto/spell.pro: spell.c 408 proto/spell.pro: spell.c
409 spellfile.o: spellfile.c
410 proto/spellfile.pro: spellfile.c
406 syntax.o: syntax.c 411 syntax.o: syntax.c
407 proto/syntax.pro: syntax.c 412 proto/syntax.pro: syntax.c
408 tag.o: tag.c 413 tag.o: tag.c
409 proto/tag.pro: tag.c 414 proto/tag.pro: tag.c
410 term.o: term.c 415 term.o: term.c