comparison src/proto.h @ 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 4aead6a9b7a9
comparison
equal deleted inserted replaced
9582:96737caf272d 9583:b0c7061d6439
156 # if defined(FEAT_CRYPT) || defined(FEAT_PERSISTENT_UNDO) 156 # if defined(FEAT_CRYPT) || defined(FEAT_PERSISTENT_UNDO)
157 # include "sha256.pro" 157 # include "sha256.pro"
158 # endif 158 # endif
159 # include "search.pro" 159 # include "search.pro"
160 # include "spell.pro" 160 # include "spell.pro"
161 # include "spellfile.pro"
161 # include "syntax.pro" 162 # include "syntax.pro"
162 # include "tag.pro" 163 # include "tag.pro"
163 # include "term.pro" 164 # include "term.pro"
164 # if defined(HAVE_TGETENT) && (defined(AMIGA) || defined(VMS)) 165 # if defined(HAVE_TGETENT) && (defined(AMIGA) || defined(VMS))
165 # include "termlib.pro" 166 # include "termlib.pro"