comparison src/Make_morph.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
68 regexp.c \ 68 regexp.c \
69 screen.c \ 69 screen.c \
70 search.c \ 70 search.c \
71 sha256.c \ 71 sha256.c \
72 spell.c \ 72 spell.c \
73 spellfile.c \
73 syntax.c \ 74 syntax.c \
74 tag.c \ 75 tag.c \
75 term.c \ 76 term.c \
76 ui.c \ 77 ui.c \
77 undo.c \ 78 undo.c \